Helpful kubectl Commands for Developers
This entry shows usefule kubectl commands that I find very useful and use almost every day when working with in the kubernete environment. Pre Text What is Kubernetes Kubernetes, often…
This entry shows usefule kubectl commands that I find very useful and use almost every day when working with in the kubernete environment. Pre Text What is Kubernetes Kubernetes, often…
In this article, I will show how I step-by-step created a github action that checkout, zipped, and added the zipped file to the repo, each time I commit to main.…
As part of the Setup a Ubuntu Development Laptop with Me series, in this article, I worked with chatGPT but verified setp-by-step and successfully set up ffmpeg on my new…
In this article, I documented my steps to set up RayService on my ubunto laptop and I hope it will be useful for someone. This article goes through setting up…
For the full instruction from the source, see https://kind.sigs.k8s.io/docs/user/quick-start/ I documented my steps of setting up my new ubuntu laptop for Machine Learning and this step is one of the…
I ran into this problem at work. When cloning a RedHat Linux VM and imported to a different host (thus, likely different hardware). This helpful VMware KB entry helped big…
VMware ESXi is an operating system-independent hypervisor based on the VMkernel operating system interfacing with agents that run atop it. At work, we use VMware ESXi to host the VMs…