LearnKubernetes
LearnKubernetes copied to clipboard
Notes and resources collected together to help learn Kubernetes. This will eventually become a tutorial and later a blog post for praqma website (hopefully!)
Hi you all, first time ho Kubernetes bare metal, first issue I can't solve... I went through all the procedure , inso far..., and got stuck at the etcd bootstrapping....
Small text corrections
I have gone through your description on configuring Kubernetes The Hard Way - Bare Metal. I carry following two queries 1. Controller.example.com node - Is this expected to operate as...
I think the worker machines are not "1024 GB" you probably want to change it to MB. "worker1 1024 GB RAM 20 GB disk 10.240.0.31/24 worker2 1024 GB RAM 20...
On AWS, the pacemaker+corosync setup works to an end where it assigns an extra IP address to one of the HA cluster nodes , but that extra IP is not...
I think as etcd is configured to use CA and keys for authentication, we need to provide kube-apiserver with these two files. Without them, I was getting the following errors...
I did the labs and the kube-apiserver was not coming up. I had to add the two lines to make it work in both of the Controller nodes. Basically it...
Hello, I read your tutorial Kubernetes-The-Hard-Way-on-BareMetal.md which is complete and very useful, so thank you very much ! I have an issue that I am still struggling with. In authorization...
Your tutorial is really helpful. I have two things to point at on https://github.com/Praqma/LearnKubernetes/blob/master/kamran/Kubernetes-The-Hard-Way-on-BareMetal.md 1. As I was going through this I hit an issue with your test image kamranazeem/centos-multitool....
Accessing the cluster IP (10.240.0.2) for nginx service failed from my work computer: ``` [kamran@kworkhorse ~]$ curl http://10.240.0.2 curl: (7) Failed to connect to 10.240.0.2 port 80: Connection refused [kamran@kworkhorse...