Understand Docker containers by building a simple webserver

Containers are a form of OS virtualization. Whether you work on containers or not you must have heard about Docker and Kubernetes. Docker is a container runtime. Kubernetes is a container orchestration tool, it is used to build, deploy and manage containers. According to Docker, “A Docker container image is a lightweight, standalone, executable package […]

How to use vCenter REST API

In this blog post we will learn how to use REST API to interact with vCenter. Just like NSX, vCenter provides programmatic access through REST APIs. First we will use POSTMAN for API calls, then we will use cURL. We will also take a look at vCenter API Explorer. Using POSTMAN client vCenter uses api-key […]