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 […]

LDAPS is broken after upgrading NSX to version 4.1

In this blog post we will talk about a potential impact to some LDAPS installation after upgrading NSX to version 4.1. In NSX version 4.1 support for old TLS cipher suites have been removed, while this may be a good step to enforce stronger security measures there still are servers which do not support newer […]

Posted in NSX

NSX manager certificate has expired alarm

In this blog post we will talk about how to approach NSX manager certificate expiry issue. NSX manager uses certificates for various purposes. You can check certificates from NSX manager UI. System > Certificates Following are commonly listed certificates in UI and their usage – These certificates can se self-signed or CA signed certificates. By […]

Posted in NSX

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 […]

Interact with VMware NSX using manual and programmatic methods

In this post we will explore different methods to login to VMware NSX Manager. If you are reading this you are probably new to NSX. There are two flavors of NSX – NSX-V or NSX for vSphere, and NSX-T or NSX Transformer with NSX-T being the new version. This post does not cover NSX-V. NSX-V […]