Home »
Archive by category Kubernetes
What is Kubernetes pod? Pod Cheat Sheet https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/ https://kubernetes.io/docs/concepts/workloads/pods/ Pods are the smallest and primary deployable objects of computing that you can create and manage in Kubernetes Cluster. A Pod signifies a single instance of a running process in your Kubernetes cluster, The containers of pod are managed...
Continue reading
December 29, 2022 Admin
Kubernetes
No Comment
Kubernetes is a free open-source container orchestration engine or tool for automating deployment, scaling, and management of containerized applications. Google initially designed Kubernetes, but the Cloud Native Computing Foundation now maintains the project. Kubernetes automates functioning tasks of container administration and includes integral commands for deploying applications, rolling...
Continue reading
December 28, 2022 Admin
Kubernetes
No Comment
What is a helm chart Helm uses a packaging format called charts. A chart is a collection of files that describe a related set of Kubernetes resources In other word the helm chart just a package manager like (linux package manager apt, dnf, yum,zypper) for kubernetes cluster. With...
Continue reading
December 15, 2022 Admin
Kubernetes
No Comment