Apply raw Kubernetes manifests
Goal
Apply shared Kubernetes primitives from k8s/.
Prerequisites
kubectlconfigured for the target cluster
Steps
1) Review files
2) Apply cluster-scoped resources
3) Apply namespace resources
kubectl apply -f ./k8s/network-policy.yaml -n <namespace>
kubectl apply -f ./k8s/limit-range.yaml -n <namespace>
Validation
Next: Getting Started · Reference · Changelog · Support