Kubernetes Cluster with Rancher RKE
Prepare Workstation machine A number of CLI Tools are required on your Workstation where deployment will be done. This can also be a virtual machine that is able to access…
Prepare Workstation machine A number of CLI Tools are required on your Workstation where deployment will be done. This can also be a virtual machine that is able to access…
Setelah sebelumnya sudah membuat suatu securing nginx-ingress dengan cert manager lalu selanjutnya kita akan mencoba HorizontalPodAutoscaler. terlebih dahulu untuk membuat file yaml metric. seperti dibawah ini Setelah semua sudah selesai,…
Sebelumnya terlebih dahulu untuk membuat secret agar nantinya kita bisa pull dari registry pribadi, jalankan seperti ini: kubectl create secret docker-registry regcred –docker-server=dockerprivateregistry.demos.ms-biznetgio.net –docker-username=dockerprvtregms –docker-password=H62u=sxTkDOC Lalu kemudian nantinya membuat sebuah…
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…
Prerequisite disable SELINUX disable & stop firewalld NGINX install repo nginxvim /etc/yum.repos.d/nginx.repo install nginxyum install nginx default config nginx for phpvim /etc/nginx/conf.d/default.conf change user nginx to apache (jalankan ini setelah…
iRedMail adalah server email opensource yang kaya fitur untuk distribusi Linux. Itu dapat berjalan di RedHat, Ubuntu, CentOS, Rocky Linux, Debian, FreeBSD dan OpenBSD. Fitur iRedMail termasuk pemfilteran spam, TLS/SSL,…