Mastering Kubernetes ConfigMap: Expert Insight & Demo

Описание к видео Mastering Kubernetes ConfigMap: Expert Insight & Demo

#kubernetes, #k8s
Get a comprehensive explanation and examples of Kubernetes ConfigMap in this deep dive video. Learn everything you need to know about managing configurations in Kubernetes!


===============Topics covered==================
👉 What is Kubernetes ConfigMap
👉 Introduction to Kubernetes ConfigMap
👉 How is Kubernetes ConfigMap different from Kubernetes Secrets
👉 Kubernetes ConfigMap Demo


============================================
#KubernetesConfigMap, #DeepDive, #CloudNative, #DevOpsTools, #LearnK8s
============================
Just follow the steps given in the video. Do let me know in the comments if you face any problem
============================
Subscribe my channel -    / @devopstutorial  
============================
What is Kubernetes

k8s automates the deployment of your containerized images and helps the same to scale horizontally to support the high level of application availability
K8s is a production-grade open-source container orchestration tool developed by Google to help you manage the containerized/dockerized applications supporting multiple deployment environments like On-premise, cloud, or virtual machines.

Highly performant and scalable
Assures high availability with zero downtime
Reliable infrastructure to support data recovery with ease


Kubernetes cluster's architecture has two major Nodes
Master Nodes
Worker Nodes or Slave Nodes

Worker Node - As a developer or K8s administrator most of the time you will deal with worker nodes, whether you have to deploy your containerized app or you have to autoscale it, or you have to roll out any new app update you will deal with worker nodes.

WORKER NODE

Container Runtime
kubelet
kube-proxy


MASTER NODE

The master node is also known as a control plane that is responsible for managing worker/slave nodes efficiently
Every Master node runs the key processes

kube-apiserver
kubectl: kube-controller-manager
kube-scheduler
etcd

Master Node is responsible for

Monitor the worker nodes/Pods
Schedule the pods
Start/restart the pods
Manage the new worker nodes joining the cluster


Other Kubernetes components are :
Secretes
services and Ingress
Pods
Volume
Deployments
Statefulsets

WHO AMI I: I am Seth, a DEVOPS-AWS-CLOUD Engineer, I use my technical background to make videos about technology that help you to grow.

Email - [email protected]

Комментарии

Информация по комментариям в разработке