$0.10 per hour Amazon EKS pricing For each Amazon EKS cluster you create, you will incur a charge of $0.10 per hour. By utilizing Kubernetes namespaces and IAM security policies,…
Kubernetes Pods
The atomic unit of scheduling in the VMware world is the virtual machine (VM), while in the Docker world it is the container. In the Kubernetes world, it is the…
Kubernetes AWS
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery….
Kubernetes Google
Kubernetes is a system for managing containerized applications across a cluster of nodes. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation. Kubernetes…
Kubernetes vs Docker
Kubernetes and Docker are two popular container orchestration tools. They each have their own benefits and drawbacks. They are both open source and have a large community of users and…
kubectl error: unknown flag: –generator
Before k8s v1.18, we use this to create a pod. Now k8s version v1.18+, we don’t need to use this anymore to create a pod.Simply run the below command to…
Understanding cloud-native applications
The term “cloud native” has been thrown around a lot lately, but what does it actually mean? In short, cloud native applications are designed to take advantage of the cloud…
Kubernetes. The Ultimate Beginners Guide
Kubernetes has been gaining popularity as a container orchestration tool in recent years. If you’re new to Kubernetes, or are looking to get started with it, this guide is for…