Learning Grafana (Grafana Stack) through Hands-on Practice
This course is designed with a hands-on focus to help you understand Grafana(💥) as easily and quickly as possible. 🧭 In particular, it expands upon the proven content from the bestseller 'Kubernetes/Docker for Building Container Infrastructure' to allow for a deeper study of Grafana itself. 💯 Furthermore, practical real-world content is periodically added through 'supplementary lessons.' I am confident that no other lecture covers Grafana as deeply and broadly as this one!
630 learners
Level Intermediate
Course period Unlimited

[Added] kg='kubectl get' , kd='kubectl delete -f'
hello
In addition to k and ka used in practice, kg and kd were added.
echo 'alias k=kubectl' >> ~/.bashrc echo "alias kg='kubectl get'" >> ~/.bashrc <<< 새로 추가 echo "alias ka='kubectl apply -f'" >> ~/.bashrc echo "alias kd='kubectl delete -f'" >> ~/.bashrc <<< 새로 추가 echo 'complete -F __start_kubectl k' >> ~/.bashrcIn situations where you need to continuously create and test, such as `Policy as Code`, I use it as a way to increase productivity as much as possible, and I thought it would be good to apply it to the lab as well, so I added it, so I hope it will be helpful for your practice.
For reference, it is recommended to use kd as describe in practice and delete as it is a bit more difficult to use.
thank you
Cho Hoon Dream.




