Загрузка страницы

Tamil Kubectl In Kubernetes | How to install Kubectl | Kubernetes Tutorial | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications.

Tamil Kubectl In Kubernetes | How to install Kubectl | Kubernetes Tutorial | InterviewDOT

Kubectl is a command line tool for controlling Kubernetes clusters. kubectl looks for a file named config in the $HOME/.kube directory. You can specify other kubeconfig files by setting the KUBECONFIG environment variable or by setting the --kubeconfig flag.
Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications.

Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.

The name Kubernetes originates from Greek, meaning helmsman or pilot. Google open-sourced the Kubernetes project in 2014. Kubernetes builds upon a decade and a half of experience that Google has with running production workloads at scale, combined with best-of-breed ideas and practices from the community.

Containers have become popular because they provide extra benefits, such as:

Agile application creation and deployment: increased ease and efficiency of container image creation compared to VM image use.
Continuous development, integration, and deployment: provides for reliable and frequent container image build and deployment with quick and easy rollbacks (due to image immutability).
Dev and Ops separation of concerns: create application container images at build/release time rather than deployment time, thereby decoupling applications from infrastructure.
Observability not only surfaces OS-level information and metrics, but also application health and other signals.
Environmental consistency across development, testing, and production: Runs the same on a laptop as it does in the cloud.
Cloud and OS distribution portability: Runs on Ubuntu, RHEL, CoreOS, on-prem, Google Kubernetes Engine, and anywhere else.
Application-centric management: Raises the level of abstraction from running an OS on virtual hardware to running an application on an OS using logical resources.
Loosely coupled, distributed, elastic, liberated micro-services: applications are broken into smaller, independent pieces and can be deployed and managed dynamically – not a monolithic stack running on one big single-purpose machine.
Resource isolation: predictable application performance.
Resource utilization: high efficiency and density.

Why you need Kubernetes and what can it do
Containers are a good way to bundle and run your applications. In a production environment, you need to manage the containers that run the applications and ensure that there is no downtime. For example, if a container goes down, another container needs to start. Wouldn’t it be easier if this behavior was handled by a system?

That’s how Kubernetes comes to the rescue! Kubernetes provides you with a framework to run distributed systems resiliently. It takes care of scaling and failover for your application, provides deployment patterns, and more. For example, Kubernetes can easily manage a canary deployment for your system.

Kubernetes provides you with:

Service discovery and load balancing
Kubernetes can expose a container using the DNS name or using their own IP address. If traffic to a container is high, Kubernetes is able to load balance and distribute the network traffic so that the deployment is stable.
Storage orchestration
Kubernetes allows you to automatically mount a storage system of your choice, such as local storages, public cloud providers, and more.
Automated rollouts and rollbacks
You can describe the desired state for your deployed containers using Kubernetes, and it can change the actual state to the desired state at a controlled rate. For example, you can automate Kubernetes to create new containers for your deployment, remove existing containers and adopt all their resources to the new container.
Automatic bin packing
You provide Kubernetes with a cluster of nodes that it can use to run containerized tasks. You tell Kubernetes how much CPU and memory (RAM) each container needs. Kubernetes can fit containers onto your nodes to make the best use of your resources.
Self-healing.

Видео Tamil Kubectl In Kubernetes | How to install Kubectl | Kubernetes Tutorial | InterviewDOT канала Interview DOT
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
25 января 2020 г. 11:30:15
00:05:51
Другие видео канала
TAMIL JAVASCRIPT OUTPUT ALERT INNERHTML DEMOTAMIL JAVASCRIPT OUTPUT ALERT INNERHTML DEMOTop 15 Job HR Personal Interview QuestionsTop 15 Job HR Personal Interview QuestionsTAMIL WHAT IS CDN [CONTENT DELIVERY NETWORK] ? AWS CLOUDFRONT | InterviewDOTTAMIL WHAT IS CDN [CONTENT DELIVERY NETWORK] ? AWS CLOUDFRONT | InterviewDOTUNIQUE ELEMENTS JAVA 8 STREAM COLLECTORS TOSET INTERVIEW QUESTION | JAVA CODE EXAMPLE | InterviewDOTUNIQUE ELEMENTS JAVA 8 STREAM COLLECTORS TOSET INTERVIEW QUESTION | JAVA CODE EXAMPLE | InterviewDOTExplain FlatMap() In Java 8 Streams | How FlatMap() Works In Java 8 Streams | FlatMap | InterviewDOTExplain FlatMap() In Java 8 Streams | How FlatMap() Works In Java 8 Streams | FlatMap | InterviewDOTJava 8 Stream max() | GroupingBy() | Find The Character Max Occurrences Using Stream | InterviewDOTJava 8 Stream max() | GroupingBy() | Find The Character Max Occurrences Using Stream | InterviewDOTWhat is a transient variable in Java Java Interview Question And AnswerWhat is a transient variable in Java Java Interview Question And AnswerIN ECLIPSE HOW TO RENAME JAVA CLASS DEMOIN ECLIPSE HOW TO RENAME JAVA CLASS DEMOBuilding Microservices | 12 Factor App - Treat Backing services As Attached Resources | InterviewDOTBuilding Microservices | 12 Factor App - Treat Backing services As Attached Resources | InterviewDOTBuilding Microservices | 12 Factor App - Externally Managed Config | InterviewDOTBuilding Microservices | 12 Factor App - Externally Managed Config | InterviewDOTSPRING BOOT ACTUATOR DEMO TAMILSPRING BOOT ACTUATOR DEMO TAMILSPRING @VALUE | READ PROPERTIES USING SPRING BOOT @VALUE ANNOTATION | CODE EXAMPLE | InterviewDOTSPRING @VALUE | READ PROPERTIES USING SPRING BOOT @VALUE ANNOTATION | CODE EXAMPLE | InterviewDOTJAVA 8 STREAMS | HOW TO CONVERT LIST TO MAP USING JAVA 8 STREAMS | JAVA CODE DEMO | InterviewDOTJAVA 8 STREAMS | HOW TO CONVERT LIST TO MAP USING JAVA 8 STREAMS | JAVA CODE DEMO | InterviewDOTWHAT IS SERVERLESS COMPUTING TAMIL | SERVERLESS COMPUTING TUTORIAL | InterviewDOTWHAT IS SERVERLESS COMPUTING TAMIL | SERVERLESS COMPUTING TUTORIAL | InterviewDOTSTARTUP TALK EPISODE #15 ROBO BIONICS | GRIPPY PROSTHETIC HAND | MMG | HOW IT WORKS | InterviewDOTSTARTUP TALK EPISODE #15 ROBO BIONICS | GRIPPY PROSTHETIC HAND | MMG | HOW IT WORKS | InterviewDOTTAMIL Java 8 Parallel Streams tutorial | Java 8 Parallel Streams | Parallel Streams | InterviewDOTTAMIL Java 8 Parallel Streams tutorial | Java 8 Parallel Streams | Parallel Streams | InterviewDOTFind Sum of Digits of a Number Using Java 8 Streams | InterviewDOTFind Sum of Digits of a Number Using Java 8 Streams | InterviewDOThow to find out whether a java thread is alive or not interview question and answerhow to find out whether a java thread is alive or not interview question and answerTop 4 Job Interview Tips How to prepare for Job interviewTop 4 Job Interview Tips How to prepare for Job interviewAmazon Coding Interview Question - firstNonRepeatingCharacter | Example Code | InterviewDOTAmazon Coding Interview Question - firstNonRepeatingCharacter | Example Code | InterviewDOTWhy Should I Learn Kotlin | What is Kotlin Programming Language | Kotlin Benefits | InterviewDOTWhy Should I Learn Kotlin | What is Kotlin Programming Language | Kotlin Benefits | InterviewDOT
Яндекс.Метрика