what is kubernetes?
Answer / Upendra Kumar Singh
Kubernetes, often referred to as k8s, is an open-source container orchestration system for automating the deployment, scaling, and management of containerized applications. Its primary purposes include:
1. Scheduling: Automatically scheduling containerized applications onto available nodes in a cluster based on resource utilization and other factors.
2. Scaling: Managing the horizontal scaling of applications by adding or removing containers as needed to meet demand.
3. Service Discovery & Load Balancing: Providing service discovery and load balancing, allowing applications to communicate with each other and scale seamlessly across multiple nodes in a cluster.
4. Self-Healing: Automatically detecting and addressing issues such as failed containers or unresponsive nodes, ensuring high availability of applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of devops with respect to technical and business perspective ?
How can one know the branches that are already merged into the master branch?
List out some popular tools for DevOps?
What are the easiest ways to build a small cloud?
What is the purpose of cm tools and which one you have used?
What role does qa play in devops?
How we can make sure new service is ready for the products launched?
What’s a PTR in DNS?
How to automate testing in the devops lifecycle?
Can you explain the uses of the tools just mentioned and how they connect to give a devops model (ci/cd)?
Explain continuous delivery.
Differentiate between Asset Management and Configuration Management