vineethac.blogspot.com
A blog on SDDCs, Kubernetes, PowerShell, and Python.
Pages
(Move to ...)
Home
Index
vSphere with Tanzu
vRealize Operations (vROps)
VMware PowerCLI
PowerShell
Python
Kubernetes and Containers
Generative AI and LLMs
▼
Showing posts with label
CentOS
.
Show all posts
Showing posts with label
CentOS
.
Show all posts
Friday, August 28, 2020
Get insight into a Linux machine using Cockpit
›
Cockpit is an interactive Linux server admin interface. You can use it to monitor/ manage a Linux node through a web browser. Install Cockpi...
Saturday, February 15, 2020
Kubernetes 101 - Part2 - Basic operations
›
In this article, I will walk you through basic kubectl commands for working with K8s clusters. kubectl cluster-info kubectl vers...
Kubernetes 101 - Part1 - Create K8s cluster with kubeadm
›
Deploy 3 CentOS 7 VMs. One will be the master and the other two will be workers/ slaves. Master is "m1" and workers are ...
Wednesday, October 23, 2019
Docker 101 - Part3 - Persisting data using volumes
›
In this article, I will explain how to use Docker volumes for persisting data generated by and used by containers with --mount flag. Volumes...
Friday, October 18, 2019
Docker 101 - Part1 - Installation
›
Enter cloud native ! In this article, I will briefly explain how to build a virtual Docker host. Here I am installing Docker on a CentOS 7....
1 comment:
›
Home
View web version