Tag: Containers

Uncategorized

Monitor VMware Cloud Proxy with vROPs Docker Management Pack

 This blog includes the details on how to monitor VMware Cloud Proxy with vROps Docker Management Pack  https://marketplace.cloud.vmware.com/services/details/b239846b-2aab-4953-901a-959f0009cc7e  [youtube https://www.youtube.com/watch?v=Dy3Bwt-kTY0] Value Add  It is a Management Pack for collecting performance data from your Docker container platform and providing predictive analysis and real-time information about problems in your infrastructure—all within the…Continue readingMonitor VMware Cloud Proxy with vROPs Docker Management Pack

Uncategorized

Kubernetes Log forwarding to VMware Log Intelligence using Fluentd

In this blog I will walk you through how to use fluentd to forward logs from Kubernetes deployed pods(containers) Pre-requisites A running Kubernetes Cluster. My setup has with Kubernetes 1.11.1 on CentOS VMs on vSphere. Click Here for detailed instructions  Admin access to the Cluster as we will be deploying fluentd in…Continue readingKubernetes Log forwarding to VMware Log Intelligence using Fluentd

Uncategorized

How to create your own Fluentd container to send logs to VMware Log Intelligence

I will walk through how to build your own fluentd container which can be used to send logs to VMware Log Intelligence Earlier blogs had procedure listed how to install fluentd on linux and windows using rpms. Linux – Click Here Windows – Click Here Use Cases This container helps…Continue readingHow to create your own Fluentd container to send logs to VMware Log Intelligence

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