Day 3 assignment

1.what is kubernetes? Kubernetes is a container orch which manages the multiple docker hosts. The container tools develops in Go language. Kubernetes is a open source and it was developed by google but donated to the cloud native computing foundation. 2. 5 reasons of using kubernetes The problem of scalability can be solved by using kubernetes. Transparency: if a problem occur it will be easier where to look. Time savings By using kubernetes we can config the files and version

Read more

Assignment-3

*What is kubernetes? It is an open source platform which is container orchestration ,Developed by google and in go language.kubernetes manages multiple dockernet hosts. kubernetes can run on any platform like cloud, aws etc.it helps in managing and deploying containers at a scale.it is used for automating software deployment, scaling and management. *5 reasons of using kubernetes -easy deployment of software and also containers -it brings dynamism(better architecture) -it helps to solve devops problems easily and fastily -it improves speeding

Read more

1)What is kubernetes?

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. Ā 2)5 reasons of using kubernetes Free Cloud Solution Open-Source Community: portability and flexibility Performance Optimisations: Trust: 3)Each kubernetes Components & write 2-3 mins about each one of them. Control Plane: The control plane’s components make global decisions about the cluster (for example, scheduling), as

Read more

Day-3 Assignment

1) What is Kubernetes? A) Kubernetes is a containers orchestration which manages large number of docker host containers. It is developed by google and later donated to CNCF(Cloud Native Computing Foundation). It is a open source platform for managing containers workloads and serrvices. 2) 5 reasons of using Kubernetes. A) Scalability Better management Very useful for open source projects with less cost. It allows to allocate container applications as of our choice. It responds to need of applications running at

Read more

Day 3

What is kubernetes? Open source platform used for managing and maintaining and deploying a group of containers. used to manage multiple docker host that is container. Designed by google but it is maintained by the cloud native computing foundation . 5 reasons of using kubernetes Scalability and portable high availability can run in any platform(developed in go) better application development open source and flexible Each kubernetes Components kubelet : Responsible for conveying and passing information from the api server. It

Read more

What is kubernetes

Kubernetes is an popular open source platform that manages linux containers and kubernetes also have 4several tools for balancing which were used for docker containers. It was developed by google It is a source that manages containers where containers could be a vm ‘s in order to build an application you need lot amount of containers then you will use kubernetes Kubernetes is a portable, or we can say that it is an open source platform which is used for

Read more

Kubernetes

What is Kubernetes? Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. 5 Reasons of using Kubernetes Flexible Reduce development and release time frames Cost friendly Increase availability and scalability of software Cloud migration paths Kubernetes components API Server Provides an API that serves as the front end of a Kubernetes control plane. It is responsible for handling external and internal requestsā€”determining whether a request is valid and then processing it. etcd

Read more

Day3- Assignment by Dasari Sowmya

1)What is Kubernetes? Kubernetes is a Open Source platform for managing containerized applications. Kubernetes helps in orchestration of containers in large scale. It is developed in Go. Kubernetes is developed by Google but donated to Cloud Native Computing Foundation(CNCF). Kubernetes eliminates many of the manual process involved in deploying and scaling containarized applications. 2) 5 reasons of using Kubernetes? Scalability (Manages multiple containers in datacenters) Automated deployment and managing capabilities Fully supports applications on multi-cloud system Open source platform Minimal

Read more

DAY-3 ASSIGNMENT

what is kubernetes? Kubernetes is an open-source container orchestration system for automating software deployment, management and scaling. Why kubernetes? Ā Kubernetes has greater flexibility and capacity to scale. Ā help orchestrate containerization in a multitude of environments. including hosting software on a vendorā€™s cloud, self-hosting by a business, or in a hybrid environment. allowing businesses to offload some of the deployment complexity.Ā  Kubernete components A Kubernetes cluster: consists of a set of worker machines, called nodes that run containerized applications. Every cluster

Read more

TDP DevOps Day 3 – Assignment 1

1) What is kubernetes ? Kubernetes is open source platform that is used for containers orchestration and to manage multiple docker host, containerized workloads and services that facilitates automation. Kubernetes is portable and is developed in Go programming language. 2) Five reasons of using kubernetes: Scalability Architectural advantages like transparency, time savings and version control Clever updates Service discovery Elasticity Resilience 3) Each kubernetes components & write 2-3 lines about each one of them API Server – API Server is

Read more

Post – 3 Kubernetes

What is kubernetes? Kubernetes manages the containers. It is a open open-source container orchestration system for managing, automating and software deployment. It manages multiple docker hosts which contains containers. It is written in Go Programming language. It was developed by google and donated to CNCF. 5 reasons of using kubernetes Scalability Elasticity Multi-cloud capability Portability and Flexibility Reduces cost Each kubernetes Components & write 2-3 mins about each one of them. Etcd : Etcd is a distributed key-value store of

Read more

Assignment-3

What is kubernetes? It is a open source platform which is portable, extensible. It is used for managing containerized workloads and other services it also facilitates both declarative configuration and automation.It often uses k8s containerized applications to run on a cluster of hosts.The k8 uses public cloud platform.  5 reasons of using kubernetes Elasticity scalability Service discovery Resilience Invocation Each kubernetes Components & write 2-3 mins about each one of them. Container runtime:-The container runtime is the software that is

Read more

Assignment Day:3 – by Gorsa Lakshmi Niharika

Detail on Kubernetes: Kubernetes is an open source container orchestration. It manages various multiple docker hosts. It is developed in Go programming language. Kubernetes initially developed by Google later owned by CNCF (Cloud Native Computing Foundation). It is large rapidly growing ecosystem, Its services, support and tools were used throughout ease. Reason to use Kubernetes: Reduce the time and increases the release products within the dedicated time. Optimizes the cost effectively High software scalability and availability Improved cloud migration paths

Read more

Kubernetes Assingment

1)What is kubernetes Kubernetes is open-source orchestration software for deploying, managing, and scaling containers. The purpose of kubernetes is to host our application in the form of containers in an automated fashion. We can easily deploy as many instances of our appilcation as required and easily enable communication between different services witin our application. 2)Five reasons of using kuberenetes Improved scalability and availability Multi-cloud flexibility. IT cost optimization.Ā  Faster time to market Its open source. 3)Each kubernetes Components Kubernetes cluster—->

Read more

Assignment 3

What is kubernetes? Kubernetes is an open-source container orchestration system for automating,scaling, managing and software deployment. Kubernetes also known as k8.and the tools is very portable,extensible for managing containerized workloads and services. 5 reasons of using kubernetes portability and flexibility multi cloud capability Increased developer productivity Kubernets has elobarate security precautions Optimizing the It costs Each kubernetes Components & write 2-3 mins about each one of them. API server:All the services like managing resources and functionalities handled in api server.

Read more

Assignment Day 3 – P. Sai Harshini

Kubernetes q1. What is kubernetes ? a1. Kubernetes is an open source Container orchestration engine which manages multiple docker hosts having containers running in them. It is a cluster and container management tool. It is developed by Golang. It is developed by Google but it was donated to Cloud Native Computing Foundation (CNCF). Kubernetes is known for it’s profound scalability, reliability and availability. q2. 5 Reasons for using Kubernetes. a2. The reasons are: It is a single interface to deploy

Read more

Assignment3(Kubernetes)

Kubernetes: Kubernetes is anĀ open-source container – orchestration system for automating application deployment, scaling, and management. It was originally designed by Google, and is now maintained by the Cloud Native Computing Foundation. Kubernetes is also known as k8s or kube. Kubernetes was first developed by engineers at Google before being open sourced in 2014. Reasons to use Kubernetes are: Vendor-agnostic Service discovery Invocation Elasticity Resilience Components of Kubernetes: Kubernetes Cluster: When we have Kubernetes set up on our systems, we get

Read more

Kubernetes

What is kubernetes? Kubernetes is an open source container orchestration which we can use to manage multiple docker posts. If there are many containers and need only some automation steps while starting them, we can use kubernetes. Kubernetes can be used when we have a very large microservices environment. Also, since kubernetes is an open source, development is always on the go which makes it more efficient. Reasons of using kubernetes. Since we use can manage multiple dockers, it is

Read more

Day 3 Assignment – katte jahnavi

What is kubernetes? Kubernetes is a portable, extensible, open source platform forĀ managing containerized workloads and services, that facilitates both declarative configuration and automation system for automating software deployment, scaling, and management.It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available. 5 reasons of using kubernetes: 1. Free Cloud Solution :The good quality of Kubernetes is that its ā€œfree of chargeā€ nature remains when we migrate to the cloud.Ā  2. Same solution for all the problems:

Read more

Assignment 3 – by JVarshita

Q1 – Kubernetes – In simple words kubernetes is a portable open source platform which helps in managing multiple docker hosts, servers and automation. It is also useful in automating the container operations, by eliminating the manual process for maintaining many servers together. It was developed by Google, which was later donated to CNCF. Q2 – Time Saving – As kubernetes eliminates the human or manual process by maintaining many servers together it is time saving. Solution – If many

Read more
1 33 34 35 36 37 332