Micro services

Kubernetes

Basic Tutorial of Kubernetes

Kubernetes is one of the most important tools for managing the deployments of thousands of services in modern DevOps. With kubernetes, we can easily manage our application, and we can more effectively manage our computing resources (CPU, memory, storage). In this article, we will introduce the fundamental concepts pod, service, deployment and ingress.

Read