Jump to content

Kubernetes: Difference between revisions

Line 9: Line 9:
Pods contain resources needed to host your application including volumes and containers.<br>
Pods contain resources needed to host your application including volumes and containers.<br>
Typically you will want one container per pod since deployments scale by creating multiple pods.
Typically you will want one container per pod since deployments scale by creating multiple pods.
==Administration==
Notes on administering kubernetes clusters.


===Installation===
===Installation===
Line 191: Line 194:
}}
}}


;Certificates
===Certificates===
[https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/ Certificate Management with kubeadm]
[https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/ Certificate Management with kubeadm]
Kubernetes requires several TLS certificates which are automatically generated by Kubeadm.
Kubernetes requires several TLS certificates which are automatically generated by Kubeadm.