Why does a programmer use git?

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Hello folks, welcome to the world of computer programming. So, if youā€™re a software engineer and either student or fresher. And you do anything work-related to computer, doing any coding. So, you will have listened must about the GIT. What is GIT? Today, we talk about that stuff. Without doing any further delay, letā€™s

Read more

Define Kubernetes in Rajiv Words !!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now what is Kubernetes: Container Orchestrator EngineWorkload PlacementInfrastructure AbstractionDesired StateKubernetes is originally designed by google and later acquired by CNCF-2014 with open source.Kubernetes called as k8sKubernetes is an orchestrator tool to manage container workloads usually hosted on multiple hosts. it can manage 1000s of container workloads Why KubernetesControlling resource consumption by application or teamEvenly spreading

Read more

Defined kubernetes in Rajasekhar words

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes ?-Kubernetes is a container orchestration tool which was intially developed by Google and then dontated to CNCF.-Kubernetes is also an orchestration tool for microservice apps-With kubernetes we can over come scalability challenges that comes with containers.-With kubernetes we can acheive Auto scaling, load balacning, self-healing.-Few benefits of kubernetes on a high

Read more

Defined Kubernetes in Mohit Aneja’s words!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes? Kubernetes is an open sourced platform for managing containers. K8s is developed by Google but now it is managed by CNCF. It is written in Go/Golang It overcomes the docker challenges like managing networking, self healing and managing containers. Maintains desired state of the application. Why we need Kubernetes? Highly scalable

Read more

Define Kubernetes in Mandip’s Words

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes? 15 PointsWhy Kubernetes? 10 PointsHow Kubernetes works? All components and roles of their componentsWhat is POD? ā€“ 15 Points What is Kubernetes: Kubernetes is container orchestration tool It do workload(Container) Placement Kubernetes help to manages infrastructure with Infrastructure Abstraction. Kubernetes will help us to get the desired state. It has self

Read more

Defined Kubernetes in Praful words!!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes:Kubernetes is born in google and later purchased by cncf and has a wide community support.Its a container orchestration which manages containers.helps provisioning and deployment of containers in pods.helps ensuring containers are up and running at all times through health checks.ensures all the pods are functioning properly by distributing load evenly between

Read more

Defined Kubernetes in Gaurav Arora Words.

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes ? Kubernetes is borned by Google It is Open Source platform It is cncf product It overcomes challenges like scalability challenges We can run 1000 computers via Kubernetes It can help running multiple container with same port. It will resolve auto healing in case of any failure It solve networking challenge

Read more

Kubernetes Defined Kubernetes in Anil’s words.

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes ? Kubernetes is an orchestration tool. Master includes 4 services/tools 1. api server 2. etcd 3. controller 4. scheduler worker/node contains 3 services/tools 1. kubelet 2.kubeproxy 3. docker runtime Worker node can also be called as workstation or minions. Master can be called as control plane also. All the requests are

Read more

kubernetes in Neha’s word

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Why Kubernetes ? Containers were solving the problem that we are facing with Vms , such as Uptime was very quick as well as stats were low but there were several issues . Container technology were not providing the scaling , As the docker host can manage the containers only on it’s host machine,

Read more

Defined Kubernetes in Abhishek’s words!!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Q: What is Kubernetes? A: Kubernetes is open source container orchestration tool, which helps to manage and automate multiple process for container management, K8s has changed the way we use to work on servers operating system, According to some experts it’s a new Server OS and replacement of Linux. But in my word K8s

Read more

Defined Kubernetes in Amit words!!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes? Kubernetes is opensource Kubernetes is container orchestration tool Kubernetes can auto scale container Kubernetes can auto heal container Why Kubernetes? How Kubernetes works? All components and roles of their components Master Node Minions or Worker Node etcd api-server controller scheduler kubelet kube-proxy kubectl Container Runtime What is POD? POD is single

Read more

Defined Kubernetes in Rishi words!!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes? Its a open source software We can manage containers with kubernetes We can automate deployment & configure scaling with this. We have master & node structure in Kubernetes. master has four components nodes has PODS & containers we can schedule task with scheduler in master we can manage microservice with this

Read more

Defined Kubernetes in Dibyendu words!!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Kubernetes is a container orchestration tool which can orchestrate containers across multiple hosts. It provides scalibilty. It provides service. It provides networking. It can manage the worker nodes. Better use of Hardware. Automate the Deployment Process. AutoHeal and Autoscale. Supports multiple container registry. Database can managed very easily & can see the data. Why

Read more

Define kubernetes in Siddharth’s words

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now what is kubernetes ? In a microservice architecture if we are running contanierized application workload, kubernetes can help to manage those container workloads hosted on multiple nodes, it works as an orchestrator for container workloads and manage the lifecycle, operations, security, networking, auto-scaling of pods kubernetes was originally designed by google and later acquired

Read more

Defined k8s in Vishal’s words

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now what is k8s? k8s is a platform where we orchestrate containers.Used for automating the deployments.Scaling and management of containerized applicationsComprises master Node and Worker Node.Platform where you can declare your desireOriginates from Greek word–>helmsman which means pilot why k8s? We need k8s to: manage the containersEnsure the availabilty(no downtime)helps with cluster storagehelps with self

Read more

Kubernetes in Nikhil Gupta words

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes? Kubernetes is container orchestration toolIt enables to run multiple container with network enabled communicationIt is open source tool which was developed by google and transferred to cncfKubernetes work on master and node configurationMaster has components : controller, apiserver, scheduler, etcd(kube store)Atomic unit in kubernetes is podIt works like helmsman Why Kubernetes?

Read more

Kubernetes in Sameer words!!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes?Open source Container-orchestration engine from Google Why Kubernetes? way to manage microservicesway to manage multi-node containers How Kubernetes works? Control planeapi-server (Collection of k8s APIs)kube-controller-managernode-controllerfew other controllers as wellscheduler (Allocated container to nodes)etcd (KV pair) (Brain of cluster)Worker Nodeskubelet (Manages node)kube-proxy (Runs on each worker node. Enables n/w communication b/w nodes)docker/rkt (Container

Read more

Kubernetes in Surabhi’s words!!!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes?The word is originated from Greek, meaning ā€œhelmsmanā€. It’s an open-source container orchestrator tool that automates Linux container operations. It eliminates many of the manual processes involved in deploying and scaling containerized applications.The platform was first developed by a team at Google and later donated to the CNCF. Why Kubernetes? Kubernetes eases

Read more

Define-Kubernetes-in-Ravi-words

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is kubernetes? – Kubernetes is a tool developed by google to manage a high availablity of a application  – its is developed on a same genetics as borg and omega on which Google runs its higly scalable application – in days when there is an intro to contanerised world and we were to spin up our infra / app using containers in a matter of sec for DEV & QA environments,   there was a question to manage these containers in a complex environment like PROD – Kubernetes comes in picture then and perfectly fits in this secenerio and manages the containers in a efficient manner including networking, securities aspects Why Kubernetes?– There is a time when its difficult to manage a containers in a complex environment like PROD – here comes the kubernetes which ease the infra complexity. – it help to provide a highly scalable environment with a minimum downtime – it also makes easier to establish the effective networking communications between the different nodes & pods. How Kubernetes works? Kubernetes has below main components in its architecture. MASTER :   a. Apiserver : It is the main front end component of kubernetes.We can say its a bridge that is connecting all components within kubernetes it has many or all services of kubernetes which makes an API call according to the service type to get & send requests.  b. ETCD      : its a database which stores all data in the form of key value pair.it has all the informations stored related to the kubernetes cluster       c. Controller: it is the component in master node which always keeps an eye for all services.it runs in a loop and always keeps track of service like nodes, endpoints, replicas etc .if anything is not up to date as per the required desired state it sends those infor to api server which inturns talks to etcd and scheduler.  d. Schedular:  this component basically schedule all the required service as per the desired state .Apiserver when recieve anything from controller then it sends requests to schedular to schedule the jobs to the worker nodes. WORKER NODES:   a. Kubelet:    its is the agent running on worker nodes to register them with the cluster.it serves the requests coming from scheduler via apiserver  b. container runtime: any contanerised tool like docker to run containers    c. kube-proxy :  to estabilish a networking within kubernetes cluster What is POD?– Pod is a tiny atomic object running on master/worker nodes to have running container  – it is instantiated when scheduler schedules anything – each pod will get a unique IP and containers inside a pod may have different IP’s but in truth will have same IP of that pod- all containers inside a POD shares the same IP – all containers within a pod can communicate via localhost How certifcations based auth works ??  Write a diff between Create vs Apply and Put Vs Post and define IDEOMPOTENCY? Kubernetes create will allow us to create objects in kubernetes and will throw error if the object is already present. Kubernetes apply allow us to create a object if not present

Read more

Kubernetes in Vaibhav’s Words !!

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is Kubernetes?— Launched by Google— Part of CNCF— Written in golang— Kubernetes is a container orchestrator, and helps to manage containerized applications— Helps in workload placement on different nodes— Does infrastructure abstraction— Maintains desired state. Why Kubernetes?— speed of deployment— ability of absorb changes— ability to recover quickly— We can deploy a scalable

Read more
1 44 45 46 47 48 333