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 is the one most important thing devops helps do?
What are your expectations from a career perspective of devops?
How does DevOps work?
Name three important devops kpis?
What is the difference between continuous delivery and continuous deployment?
Explain the difference between continuous integration, delivery, and deployment ?
What types of testing are needed?
How can one know the branches that are already merged into the master branch?
Explain how you can update memcached when data changes?
When the server gets shut down does data stored in memcached is still available?
How to automate testing in the devops lifecycle?
What are the foundational pillars of devops testing?