- There are several ways to install Kubernetes, from auto provisioning tools like kubeadm and kubespray, to a totally manual installation. You can find more about the installation methods going to the following link: https://kubernetes.io/docs/setup/
- A kubeconfig file contains all the necessary information to communicate and authenticate with the API server.
- You can create SSL certificates with several tools, in this book we used cffssl. But you can also use openssl and easyrsa.
- Azure Kubernetes Services (AKS) is the managed Kubernetes solution provided by Microsoft for their public cloud Azure.
- Azure CLI can be used in either operating system as it is a Python-based command line interface.
- You can either create a resource group via Azure CLI, PowerShell, or the Azure GUI.
- You can find the different ways of installing etcd in the following link: http://play.etcd.io/install