- Kubernetes:A Complete DevOps Cookbook
- Murat Karslioglu
- 71字
- 2025-04-04 13:20:39
Getting ready
Make sure you have a Kubernetes cluster ready and kubectl configured to manage the cluster resources.
The source files created in this section can be found on my GitHub repository located at https://github.com/k8sdevopscookbook/src/tree/master/chapter2/kustomize. It is recommended that you follow the instructions to create and edit them and only use the files in the repository to compare with your files if you run into an issue.