Define kubernetes in Siddharth’s words

what is kubernetes ? In a microservice architecture if we are running contanierized application workload, kubernetes can help to manage those container workloads hosted on multiple nodes, it works as an orchestrator for container workloads and manage the lifecycle, operations, security, networking, auto-scaling of pods kubernetes was originally designed by google and later acquired by CNCF who manages it now. kubernetes was written in Go/Golang Kubernetes is an orchestrator tool to manage container workloads usually hosted on multiple hosts. it

Read more