difference among col-lg-*, col-md-* and col-sm-* in Bootstrap
What is Kubernetes Kubernetes is an open source system for automating deployment, scaling, and management of containerized applications. Kubernetes, at its basic level, is a system for running and coordinating containerized applications across a cluster of machines. It is a platform designed to completely manage the life cycle of containerized applications and services using methods that provide predictability, scalability, and high availability. As a Kubernetes user, you can define how your applications should run and the ways they should be able to interact with other applications or the outside world. Kubernetes Features Service discovery and load balancing: Storage orchestration: Automated rollouts and rollbacks: Batch execution: Automatic bin packing: Self-healing: Secret and configuration management: Horizontal scaling: Kubernetes Architecture Kubernetes Master Comp...