Removed the need for Kustomize in prerequisites (#332)

Since 1.14, Kubectl also supports the management of Kubernetes objects using a kustomization file.
cf. https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/#bases-and-overlays
This commit is contained in:
Chimon Sultan 2023-01-04 13:18:35 +01:00 committed by GitHub
parent 798ea938a3
commit c7f89d43d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
## Requirements
1. Running Kubernetes cluster
2. Kustomize binary installed
2. Kubctl version 1.14 or above
## Objectives
@ -14,4 +14,4 @@ In the current directory there is an app composed of a Deployment and Service.
## Solution
Click [here](solution.md) to view the solution
Click [here](solution.md) to view the solution