#kubernetes
Read more stories on Hashnode
Articles with this tag
Prometheus Alertmanager is used to manage alerts generated by Prometheus. It handles deduplication, grouping, routing, and notification of alerts. The...
Before jumping into a practical demonstration we will understand how kubeadm cluster is better than minikube cluster. Kubeadm and minikube both allow...
Networking Models TCP/IP Model (Internet Protocol Suit) • Link Layer, corresponds to L2 in OSI model. • Internet Layer (IP), networking interface or...
INTRODUCTION SonarQube is an open-source platform developed by SonarSource to detect bugs, code smells, and security vulnerabilities in source code....
Creating Objects: Create resource kubectl apply -f ./<file_name>.yaml Create from multiple files kubectl apply -f ./<file_name_1>.yaml -f...
ConfigMap A configMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as env variables,...