erkobridee / kubernetes-hello

Learning about Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubernetes-hello

Learning about Kubernetes

What is kubernetes?

What is pod?

  • A Kubernetes pod is the smallest deployable unit in Kubernetes, representing a group of one or more containers running instances of an application. Pods encapsulate containers and provide environmental dependencies like storage, networking, and configuration information to efficiently run containers. They simplify communication and data sharing between containers by sharing the same network namespace, allowing them to communicate via localhost. Pods are created by controllers, managed by Kubernetes, and can be automatically replicated or replaced based on demand or failures within the cluster.

  • What Is Kubernetes Pod? Explained With Practical Examples | DevopsCube (2023/10/14)

Learning

Migrate Docker Apps to Kubernetes

Deploying Application

Courses

Tools

HELM

Rancher

About

Learning about Kubernetes