512b3cc2a626db3ed8480954a4e837fb708adb18
Rename generic deployment/service/httproute to per-app suffixes (_fujarna, _fuj-management) and add fuj-management deployment, service, httproute, and bot-credentials secret. Namespace name corrected to fuj. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Home Kubernetes
Home kubernetes lab IAC and documentation
helper commands & notes
export KUBECONFIG=/etc/kubernetes/admin.conf
alias k=kubectl
# install helm
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
sudo apt-get install apt-transport-https --yes
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm
# cilium installation
helm repo add cilium https://helm.cilium.io/
helm install cilium cilium/cilium --version 1.15.5 --namespace kube-system --values cilium-values.yaml
Description
Languages
HCL
76.8%
Shell
22.5%
Python
0.7%