Updated: Hello World in K8s using Nutanix Karbon
Getting started with Karbon and K8s in general can seem like a daunting task. I wanted to create a simple “Hello World” website in K8s. This is meant for people…
Read more »Simple Kubernetes WordPress Deployment
Load the config file export KUBECONFIG=/<path>/<kubectl-config.cfg> Verify nodes kubectl get nodes Download yaml packages for WordPress wget https://kubernetes.io/examples/application/wordpress/mysql-deployment.yaml wget https://kubernetes.io/examples/application/wordpress/wordpress-deployment.yaml Set secret for DB access kubectl create secret generic mysql-pass…
Read more »