From 7d08572d7828a0e949dc82e65ba89d0d0c645312 Mon Sep 17 00:00:00 2001 From: The New Stack <111312063+lovemycodesnippets@users.noreply.github.com> Date: Tue, 14 Mar 2023 01:46:28 -0700 Subject: [PATCH] Added 2 TNS Articles Covering K8s Pods (#3565) --- .../kubernetes/content/103-running-applications/100-pods.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/roadmaps/kubernetes/content/103-running-applications/100-pods.md b/src/data/roadmaps/kubernetes/content/103-running-applications/100-pods.md index ccc28d60b..62594e876 100644 --- a/src/data/roadmaps/kubernetes/content/103-running-applications/100-pods.md +++ b/src/data/roadmaps/kubernetes/content/103-running-applications/100-pods.md @@ -6,3 +6,5 @@ Learn more from the following links: - [Pods Documentation](https://kubernetes.io/docs/concepts/workloads/pods/) - [What is a Pod in kubernetes ? Why do you need it ?](https://www.youtube.com/watch?v=k0fzMZgpp14) +- [The Kubernetes Way: Pods and Services](https://thenewstack.io/kubernetes-way-part-one/) +- [5 Best Practices for Configuring Kubernetes Pods Running in Production](https://thenewstack.io/5-best-practices-for-configuring-kubernetes-pods-running-in-production/)