Vineet KumarS5cmd CLI configuration for private object StorageS5cmd is a fast and efficient command-line utility for interacting with S3-compatible Object Storage services.Aug 1Aug 1
Vineet KumarCreate a PostgreSQL consolidated manifest file for k8s Deployment.To Deploy the Postgres database in the K8S environment divided into three partsJun 23Jun 23
Vineet KumarNginx annotation for sub-path redirection in a single K8S ingress ObjectRedirect HTTP traffic or rewrite URLs using Kubernetes ingress annotations and Nginx ingress controller. This article explains annotations…Jan 16Jan 16
Vineet KumarInstall ubuntu VM on MACOS using multipass And Run Certbot on itMultipass is the recommended method for creating Ubuntu VMs on Ubuntu. It’s designed for developers who want a fresh Ubuntu environment…Dec 25, 2023Dec 25, 2023
Vineet KumarDeploy/Install Rancher 2.7+ in HA with RKE1To deploy rancher in HA mode required three machine (Cluster Node Machine) with one deployment machine (i.e. Four Machines Required) a…Jul 15, 2023Jul 15, 2023
Vineet KumarThe differences between Docker, containerd, CRI-O and runcContainers aren’t tightly coupled to the name Docker. You can use other tools to run containersJun 24, 2023Jun 24, 2023
Vineet KumarMapping from dockercli to crictl (Life after docker is cri)crictl is a command-line interface for CRI-compatible container runtimes. You can use it to inspect and debug container runtimes and…Jun 24, 2023Jun 24, 2023
Vineet KumarSpeed up UbuntuKeep Ubuntu updated sudo apt-get update sudo apt-get upgradeApr 8, 2023Apr 8, 2023
Vineet KumarSome tips to improve your internet connection in Ubuntu 18.04These are only a few recommended settings with which they can help you improve your connection.Apr 8, 2023Apr 8, 2023
Vineet KumarShare Folder Between Guest (Linux) and Host (LInux)in virt-manager (KVM/Qemu/libvirt)Create Directory in HOST Machine [ostechnix@vmhost ~]$ mkdir -p /home/vk/Downloads && chmod 777 /home/vk/DownloadsMar 28, 2023Mar 28, 2023