Your own WordPress site

Blogging has enabled Tim Berners Lee's vision of the two-way web. It enables anyone to express their views and knowledge to the whole wide world. Launching and maintaining blogs used to be hard until Kubernetes came along. Remember how you wanted to launch your own blog when you were a kid? Here we are going to make it happen:

ab443838-9b3e-4811-b287-74e417a9@Azure:~$ kubectl get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
handsonaks-wp-mariadb ClusterIP 10.0.44.146 <none> 3306/TCP 21h
handsonaks-wp-wordpress LoadBalancer 10.0.40.39 52.183.78.32 80:31044/TCP,443:32007/TCP 21h
Kubernetes ClusterIP 10.0.0.1 <none> 443/TCP 2d

Go to http://<external-ip-shown>:

To delete the WordPress site, run the following:

helm delete --purge handsonaks-wp
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset