15 Kubernetes Best Practices | Kubernetes Primer
Tech Primers
This video covers 15 best practices for creating a Production Grade kubernetes application.
๐ Chapter Timestamps
00:00 - Introduction 00:43 - 1. Multiple Namespaces 01:50 - 2. ServiceAccounts 03:28 - 3. Automated Deployments 03:57 - 4. Requests & Limits 05:12 - 5. Readiness & Liveness probes 06:01 - 6. Pod Lifecycle 07:19 - 7. ConfigMap 08:44 - 8. Logging 10:23 - 9. Monitoring 11:32 - 10. Multiple Regions 12:32 - 11. Small Image size 13:21 - 12. Pod Security Policy 14:35 - 13. Network Policies 15:50 - 14. Secrets 17:12 - 15. Externalize Volumes
๐ Related Links
- Namespace - https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
- Configure Service Account - https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
- Kustomize - https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
- Resource requests & Limits - https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
- Readiness & Liveness probes - https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
- Pod Lifecycle - https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
- ConfigMap - https://kubernetes.io/docs/concepts/configuration/configmap/
- Logging - https://kubernetes.io/docs/concepts/cluster-administration/logging/
- Monitoring - https://logz.io/blog/kubernetes-monitoring/
- Multiple Regions - https://kubernetes.io/docs/setup/best-practices/multiple-zones/
- Small Image size - https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-how-and-why-to-build-small-container-images
- Pod Security Policy - https://kubernetes.io/docs/concepts/policy/pod-security-policy/
- Network Policies - https://kubernetes.io/docs/concepts/services-networking/network-policies/
- Secrets - https://kubernetes.io/docs/concepts/configuration/secret/
- Externalize Volumes - https://kubernetes.io/docs/concepts/storage/volumes/ ๐ Kubernetes Primer: https://www.youtube.com/playlist?list=PLTyWtrsGknYfanKF33E12LdJvl5q5PZGp
๐ Related Playlist
๐ Kubernetes Primer: https://www.youtube.com/playlist?list=PLTyWtrsGknYfanKF33E12LdJvl5q5PZGp
๐ Terraform Playlist - https://youtube.com/playlist?list=PLTyWtrsGknYcFBpNMcaRL9riUZSfkEON_
๐Spring Boot Primer - https://www.youtube.com/playlist?list=PLTyWtrsGknYegrUmDZB6rcqMotOFZKvbn
๐Spring Cloud Primer - https://www.youtube.com/playlist?list=PLTyWtrsGknYeOJHtd3Ll93GRf28hrjlHV
๐Spring Microservices Primer - https://www.youtube.com/playlist?list=PLTyWtrsGknYdZlO7LAZFEElWkEk59Y2ak
๐Spring JPA Primer -
...
https://www.youtube.com/watch?v=jImA5Nv9sAg
118457294 Bytes