SIGNIFICANCE OF KUBERNETES TO IT WORLD

What is Kubernetes?

  • Immutable infrastructure is a practice where servers, once deployed, are never modified. If something needs to be changed, you never do so directly on the server . Instead, you’ll build a new server from a base image, that have all your needed changes baked in. This way we can simply replace the old server with the new one without any additional modification.
  • Containers offer a way to package code, runtime, system tools, system libraries, and configs altogether. This shipment is a lightweight, standalone executable. This way, your application will behave the same every time no matter where it runs (e.g, Ubuntu, Windows, etc.). Containerization is not a new concept, but it has gained immense popularity with the rise of microservices and Docker.

Features Of Kubernetes

Automated rollouts and rollbacks

Service discovery and load balancing

Service Topology

Storage orchestration

Secret and configuration management

Automatic bin packing

Batch execution

IPv4/IPv6 dual-stack

How does Kubernetes work with Docker?

CASE STUDIES

1. BOSE

Challenge

Solution

Impact

2. THE NEW YORK TIMES

Challenge

Solution

Impact

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store