cluster ip kubernetes service

Описание к видео cluster ip kubernetes service

In this video, I’ll cover how to deploy service in kubernetes, kubernetes service and its types. Discover how Services work and the different types, including NodePort Service, cluster ip kubernetes service, LoadBalancer Service, and ExternalName Service.

In this, I will cover what cluster ip kubernetes service is with hands-on demo

===============Topics covered==================
👉 How to access applications inside the kubernetes service cluster using cluster ip kubernetes service
👉 Introduction to kubernetes service and its different types
👉 Use case of cluster ip kubernetes service or deploy service in kubernetes
👉 cluster ip kubernetes service


=====================Tags=======================
#awstutorialforbeginners
#docker
#kubernetes
#k8s
#cluster ip kubernetes service
#kubernetes service and ingress
#deploy service in kubernetes

What is Kubernetes
k8s automates the deployment of your containerised images and helps the same to scale horizontally to support 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
1. Master Nodes
2. 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 to manage worker/slave nodes efficiently
Every Master node runs the key processes

MASTER NODE
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 VK Seth, a DEVOPS-AWS-CLOUD Engineer, I use my technical background to make videos about technology that help you to grow.
Email - [email protected]

Комментарии

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