What is kubernetes? Explain
Answer / Vikas Mohan
Kubernetes, often abbreviated as K8s, is an open-source platform designed to automate deploying, scaling, and managing containerized applications. It groups containers that make up an application into logical units for easy management and discovers them to enable load balancing. By providing a unified interface for developers to build, test, deploy, and scale applications, Kubernetes helps in reducing the complexity of modern software architectures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between continuous integration, delivery, and deployment ?
What do you mean by DevOps?
What are DevOps skills?
What is resilience test?
Classify cloud platforms by category?
Mention at what instance have you used the SSH?
Explain continuous integration.
What are the key elements of continuous testing?
What Are The Advantages Of DevOps?
When the server gets shut down does data stored in memcached is still available?
Explain how DevOps is helpful to developers?
What is kubernetes? Explain