Install WordPress in Kubernetes
To install WordPress in Kubernetes, you need to install helm package manager. Now run helm install stable/wordpress After the helm chart is run, you will get commands to get login for WordPress admin area. Here is services it create boby@sok-01:~$ kubectl get service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes ClusterIP 10.39.240.1 443/TCP 34m whopping-labradoodle-mariadb … Read more