Bluesky
GitHub
RSS
Home
Blog
Talks
TIL
Saved
OSS
|
Ideas
|
Uses
#kubernetes
2024
Create an Azure AKS Cluster
Use the
az aks
CLI to create a cluster in under 5 minutes
🎓
#azure
#kubernetes
2023
Create an Amazon EKS Cluster
Use
eksctl
and a simple configuration file to create a cluster in under 5 minutes
🎓
#aws
#kubernetes
kubectl autocomplete with ZSH and aliases
How to make the
k
alias for
kubectl
autocomplete in
zsh
🎓
#kubernetes
#zsh
Automatically set MetalLB IP Addresses with kind
A copy/paste example to install MetalLB in your kind cluster and allocate IP addresses from the correct subnet automatically
🎓
#kubernetes