Skip to content

Instantly share code, notes, and snippets.

View sjin1105's full-sized avatar
🎩
Working

sjin1105 sjin1105

🎩
Working
  • 00:41 (UTC +09:00)
View GitHub Profile

Prometheus Grafana

  • Prometheus & Grafana on Kubernetes

requirements

  • Kubernetes

Install

Create namespace

Kubernetes Auto Completion

  • Auto Completion on Kubernetes

requirements

  • Kubernetes

Install

kubectl completion bash | sudo tee /etc/bash_completion.d/kubectl > /dev/null
echo 'alias k=kubectl' >>~/.bashrc
⭐ Total Stars: 2
βž• Total Commits: 684
πŸ”€ Total PRs: 1
🚩 Total Issues: 0
πŸ“¦ Contributed to: 0
🌞 Morning 91 commits β–ˆβ–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 22.9%
πŸŒ† Daytime 204 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 51.4%
πŸŒƒ Evening 102 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 25.7%
πŸŒ™ Night 0 commits β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 0.0%

Helm Install

  • Helm on Kubernetes

requirements

  • Kubernetes

Install

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh