In the previous blog post we learnt how to create a customer docker image and build container from it. Image courtesy Minikube. In this blog post we will use the docker image built previously and deploy it using Kubernetes.We will do the following- Refer to previous post for steps to create a custom docker image […]
Category: Automation & Programming
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 […]
Python and NSX SDK for Python with NSX manager | Part-1
In this blog post we will see how to use Python and REST APIs with NSX manager. NSX-T manager provides programmatic access to automate NSX-T Data Center using REST API. In this blog post we also see how can we utilize Python SDK for NSX-T. As per API guide, NSX-T APIs follow REST architecture using […]