Differences between revisions 11 and 12
Revision 11 as of 2019-10-10 09:56:23
Size: 980
Editor: PieterSmit
Comment:
Revision 12 as of 2019-11-11 02:53:16
Size: 1076
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * K8s networking https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model/  * K8s networking
   *
https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model/
   * https://itnext.io/routing-external-traffic-into-my-kubernetes-services-deb3e872f7bd

Kubernetes / k8s

Child Pages

Security

---

Patch a deployment to add cpu reservation

  • kubectl patch deployment metrics-server -p '{"spec":{"template":{"spec":{"containers":[{ "name": "metrics-server","resources":{"requests":{"cpu":"20m"}} }]}} }}'

Edit a deployment, e.g. remove a startup container failing

  • Edit deployment

    # kubectl --namespace nsp-tst edit deployments myservice 


CategoryK8sKubernetes

k8s (last edited 2024-03-17 08:01:06 by PieterSmit)