Appendix A. Creating a Kubernetes cluster with kind
This appendix shows you how to install a kind (Kubernetes in Docker) Kubernetes cluster with multiple nodes, where the nodes themselves are Docker containers. You will download and install kind, which will use the kubeadm tool (packaged with kind) to bootstrap your cluster. The only prerequisite for this section is Docker and kind, which we will walk through installing together.
A.1 Installing the required packages
As mentioned, the only prerequisites to creating a kind Kubernetes cluster are Docker and kind. Docker Desktop is a software suite of products by Docker that makes it easier to build, run, and share containerized applications and microservices. If you don’t already have Docker Desktop ...
Get Acing the Certified Kubernetes Administrator Exam now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.