November 26, 2023
Kubernetes
MySQL Database and User Create bash script
Usage: Here is a simple script to achieve this: Here are the steps to make your create-db.sh script globally accessible:…
September 19, 2023
Octoprint via Helm and Kubernetes
This repository contains Helm chart configurations for deploying OctoPrint project. The setup.sh script allows you to easily configure and deploy the chart.…
December 15, 2022
Get shell access to nodes in Kubernetes via kubectl
First, let’s learn the names of the nodes we have i only have one node at the moment 🙂 then…
November 06, 2022
kubectl autocompletion on windows & git bash
Write bash completion code to a file and source it from .bash_profile load the kubectl completion for bash in to…
October 21, 2022
How to develop PHP applications on Local Kubernetes with Helm
Dont Worry! It is Very Easy.. 🙂 Install the Helm CLI and k3s(/or minikube) as kubernetes before the begin. now…