Kubernetes Dashboard with NodePort
Kubernetes dashboard is a web-based user interface which provides information on the state of the Kubernetes cluster resources and any errors that may occur. The dashboard can be used to…
Kubernetes dashboard is a web-based user interface which provides information on the state of the Kubernetes cluster resources and any errors that may occur. The dashboard can be used to…
Prerequisite disable selinuxdisable & stop firewallddisable swap Sysctl and Modules create new file /etc/sysctl.d/kubernetes.conf and add lines below to the file. net.bridge.bridge-nf-call-ip6tables = 1net.bridge.bridge-nf-call-iptables = 1net.ipv4.ip_forward = 1 create new…
IntroContinuous integration / continuous delivery (CI/CD) merupakan salah satu workflow yang sering diaplikasikan dalam software engineering . Kedua aspek ini menjembatani kesenjangan yang terjadi pada siklus …