Kubernetes Services Explained | NodePort Service

preview_player
Показать описание
In this video, I’ll cover Kubernetes Services and its types. Discover how Services work and the different types, including NodePort Service, ClusterIP Service, LoadBalancer Service, and ExternalName Service.

In this I will cover what NodePort service is with handson demo

===============Topics covered==================
👉 How to access applications outside the Kubernetes cluster using NodePort Service
👉 Introduction to Kubernetes Services and its different types
👉 Use cases of Kubernetes Services
👉 NodePort Service

============================================
#kubernetes
#aws
#awstutorialforbeginners
#docker
#k8s

Just follow the steps given in the video. Do let me know in comments if you face any problem
============================
============================
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
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 to manage worker/slave nodes efficiently
Every Master node runs the key processess

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.

Рекомендации по теме