Category: Kubernetes, Docker

by If you've spent days (or even weeks?) trying to spin up a Kubernetes cluster for learning purposes or to test your application, then your worries are over. Spawned from a Kubernetes Special Interest Group, KIND is a tool that provisions a Kubernetes cluster running IN Docker.

If kind is properly set up, some information will be shown.Now you are ready to proceed.

Then create kustomization.yaml by running two cat commands.Once those yaml files are prepared, layout them as following: k8s-wp/ kustomization.yaml mysql-deployment.yaml wordpress-deployment.yaml

Related Articles