I am testing and learning kubernetes. I am using ubuntu 16.04 and have been looking for the simple and straightforward installation guide, but have failed to find one... Any suggestion? My aim is to be able to run kubernetes as master on one ubuntu 16.04 laptop and later set up a second ubuntu 16.04 laptop easily join the cluster. I wonder if this can be achieved with the current version of kubernetes and the 16.04 version of ubuntu... Any pointer to a guide or useful resource will be appreciated... Best regards.
You could check the way to bring up a single-node cluster which is via cluster/get-kube-local.sh. It shows you how one could use hyperkube to bring up a cluster.
If you want to get into the underlying details, the other method is to check out the contents of hack/local-up-cluster.sh. This brings up each component separately, such as:
One could potentially use the same steps to create a two-node cluster as you stated in your question.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With