Sunday, June 8, 2025

Alias for K8s - short notes

 

Add alias for kubectl

Before

 
 
 
 vi ~/.bashrc

 
alias k='kubectl'
 
:wq
 
 
source ~/.bashrc

k get svc -A

Source:

https://phoenixnap.com/kb/linux-alias-command

No comments:

Post a Comment

K8s cluster - bash install

     In my homelab, I testes another method of installation of Kubernetes. Average time of installation of Kubernetes via Ansible was 15 min...