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…

curl-win

Using cURL in Windows

In Windows, create a folder called curl in your C: drive. Go to http://curl.haxx.se/download.html and download one of the following zip files: Unzip the downloaded file and move the curl.exe file to your C:\curl folder. The curl.exe file…

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…