developerblog

Kubernetes: Deployments in 5 minutes

Kubernetes Deployments, in plain words, are responsible for creating, updating and deleting instances (pods) of your application. It also provides a self-healing mechanism that helps you when your application crashes. Well, before that, if you don’t know already, Kubernetes is an open-source container orchestration platform that can run and manage enterprise-class web-scalable applications. Kubernetes Cluster Before you begin deployment, […]

Kubernetes: Deployments in 5 minutes Read More »

Kubernetes: The Game-Changing Container Orchestration Platform

Kubernetes (k8s – pronounced “Ku-ber-ne-tes”) is a container platform that orchestrates computing, networking, and storage infrastructure workloads. Because it doesn’t limit the types of apps you can deploy, Kubernetes extends how we scale the containerized applications so that we can enjoy all the benefits of truly immutable infrastructure. The general rule of thumb for k8s: if

Kubernetes: The Game-Changing Container Orchestration Platform Read More »