VMware Data Services Manager – Deploy Postgres via UI and API
In my previous blogs, I showed the Installation and configuration of the vSphere client plugin. Configuration of settings to deploy data services In this blog, I will showcase how to deploy the actual data service such as Postgres DB using Data Services Manager console UI Kubernetes API exposed Currently, VMware…
VMware Data Services Manager Installation and vSphere Client Plugin Configuration
VMware Data Services Manager (DSM) offers modern database and data services management for vSphere. It is a solution that provides a data-as-a-service toolkit for on-demand provisioning and automated management of PostgreSQL and MySQL databases in a vSphere environment. In this blog, I will try to walk through the installation…
Manage Kubernetes using VMware Octant Web Interface
Last week I came to know about VMware Octant and I was interested in trying it out. I used my Tanzu Community Edition install for which I wrote a blog post last month https://www.munishpalmakhija.com/2022/05/12/create-local-tanzu-kubernetes-cluster-using-docker-extensions/ In this blog, I will focus on explaining the following What is VMware Octant How…
Create local Tanzu Kubernetes cluster using Docker Extensions
This week Docker announced Beta for Docker Extensions which included the following extensions for Kubernetes.Docker Announcement Blog VMware Announcement Blog VMware Tanzu Community Edition: RedHat OpenShift: Ambassador Labs Telepresence: SUSE Rancher Epinio: In this blog, I will quickly spin up a local Tanzu Kubernetes cluster on Docker Desktop What…
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…
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…