Docker

Installing Docker Engine on Ubuntu 22.04

Docker is an open-source platform that allows you to develop, build, deploy, test, manage and run applications in containers. Containers are standardized units that include libraries, system tools, code, and runtime to run software or application.

Read More »
Tanzu

Deploying vSphere IaaS Control Plane with Avi Load Balancer and VDS – part 1

vSphere IaaS Control Plane with VMware Avi Load Balancer and vSphere Distributed Switch (VDS) provides a robust architecture for managing and delivering containerized applications in a virtualized environment. This setup, enables unified environment where Kubernetes applications can run alongside with traditional virtual machines. Administrators can deploy K8S workload clusters directly on vSphere environment. For some time, this product was know as vSphere with Tanzu or Tanzu Kubernetes Grid Service, aka TKGs.

Read More »
Zabbix

Monitoring VMware vSphere with Zabbix

Zabbix is an open-source monitoring tool designed to oversee various components of IT infrastructure, including networks, servers, virtual machines, and cloud services. It operates using both agent-based and agentless monitoring methods. Agents can be installed on monitored devices to collect performance data and report back to a centralized Zabbix server.

Read More »
Openshfit

Red Hat OpenShift – Configuring an htpasswd identity provider

After creating the cluster, default user kubeadmin was prepared to log in to the new environment. However, there are several more secure ways to access your Red Hat OpenShift cluster. You can use different identity providers like LDAP, Keystone, Google, GitHub or OpenID Connect. Another one is HTPasswd which seems to be easiest to configure and use.

Read More »