Year: 2017

Uncategorized

vRealize Operations Manager 6.6 Views for VIAdmin

vROps have good amount of OOTB views which are useful and I believe following views would definitely help VI Admin Good Thing about vROps is that you can schedule the view as  reports so that you can automatically get reports via email. Click Here for more information I have also…Continue readingvRealize Operations Manager 6.6 Views for VIAdmin

Uncategorized

vRealize Operations Manager 6.6 Installation & Configuration

VMware released vRealize Operations Manager (vROps) 6.6. Release Notes can referred What\’s New in the release Deployment is pretty simple and divided 2 steps, In this blog post I will be deploying the vROps Installation – OVA deployment Configuration – Initial Cluster Configuration Installation Right Click on the Cluster/Host where…Continue readingvRealize Operations Manager 6.6 Installation & Configuration

Uncategorized

Kubernetes Dashboard on VMware PhotonOS

What is Kubernetes Dashboard Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. You can use Dashboard to deploy containerized applications to a Kubernetes cluster, troubleshoot your containerized…Continue readingKubernetes Dashboard on VMware PhotonOS

Uncategorized

Kubernetes Installation & Configuration on VMware Photon OS

What is Kubernetes Kubernetes is an open-source platform for automating deployment, scaling, and operations of application containers across clusters of hosts, providing container-centric infrastructure. With Kubernetes, you are able to: Deploy your applications quickly and predictably. Scale your applications on the fly. Seamlessly roll out new features. Optimize use of…Continue readingKubernetes Installation & Configuration on VMware Photon OS

Uncategorized

VMware Photon OS Installation & Configuration

What is Photon OS Photon OS is a minimal Linux container host designed to have a small footprint and tuned for VMware platforms.  It offers following benefits Optimized for vSphere – Validated on and tuned for VMware product and provider platforms. Container support – Supports Docker, rkt, and the Pivotal…Continue readingVMware Photon OS Installation & Configuration

Uncategorized

Admiral – Management UI for Containers (Docker)

VMware Admiral is a highly scalable and very lightweight Container Management platform for deploying and managing container based applications. It is designed to have a small footprint and boot extremely quickly. Admiral is intended to provide automated deployment and lifecycle management of containers. Rule-based resource management – Setup your deployment…Continue readingAdmiral – Management UI for Containers (Docker)

Uncategorized

Enabling Docker Remote API on Ubuntu 16.04

After I wrote my previous blog, I realized it will be good idea to write instruction to enable Remote API Following instructions were prepared for Ubuntu 16.04 Find out where the docker. service file is located: systemctl show –property=FragmentPath docker Display docker.service configuration using following command. cat /lib/systemd/system/docker.service  Please note…Continue readingEnabling Docker Remote API on Ubuntu 16.04

Uncategorized

Portainer – Management UI for Docker

Introduction Portainer is an Open Source Management UI which gives you access to a central overview of your Docker host or Swarm cluster. From the dashboard, you can easily access any manageable entity. It includes following sections Container List  – The containers section provides a view of all available containers.…Continue readingPortainer – Management UI for Docker