Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 330 Bytes

BestPractices.md

File metadata and controls

17 lines (9 loc) · 330 Bytes

Kubernetes best practices

Kubectl cheat sheet https://kubernetes.io/docs/reference/kubectl/cheatsheet/

Working with quotas for namespaces

Create a resource quota for your namespace

kubectl create -f ./bestpractices/compute-resources.yaml --namespace=NAMESPACE

Implement network segmentation in the cluster