Kubernetes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Useful == | |||
=== Dump all === | |||
dump all : | |||
kubectl get all --export=true -o yaml | |||
list form: | |||
k get pods | |||
k get rs # replica set | |||
k get rc # replication controller | |||
== MAAS ubuntu == | == MAAS ubuntu == | ||
https://stripe.com/blog/operating-kubernetes | https://stripe.com/blog/operating-kubernetes | ||
https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-Setting-up-health-checks-with-readiness-and-liveness-probes.html | https://cloudplatform.googleblog.com/2018/05/Kubernetes-best-practices-Setting-up-health-checks-with-readiness-and-liveness-probes.html | ||
Line 13: | Line 26: | ||
https://hackernoon.com/docker-containerd-standalone-runtimes-heres-what-you-should-know-b834ef155426?gi=3c7edac0b22d | https://hackernoon.com/docker-containerd-standalone-runtimes-heres-what-you-should-know-b834ef155426?gi=3c7edac0b22d | ||
== Security == | |||
== Refernces and Reading == | |||
; Replica set versus Replciation controller | |||
: https://www.mirantis.com/blog/kubernetes-replication-controller-replica-set-and-deployments-understanding-replication-options/ |
Revision as of 13:58, 18 September 2018
Useful
Dump all
dump all :
kubectl get all --export=true -o yaml
list form:
k get pods k get rs # replica set k get rc # replication controller
MAAS ubuntu
https://stripe.com/blog/operating-kubernetes
https://medium.com/@adriaandejonge/moving-from-docker-to-rkt-310dc9aec938
https://coreos.com/rkt/docs/latest/rkt-vs-other-projects.html#rkt-vs-docker
Security
Refernces and Reading
- Replica set versus Replciation controller
- https://www.mirantis.com/blog/kubernetes-replication-controller-replica-set-and-deployments-understanding-replication-options/