WordPress Deployment in Kuberntes | DevOps | VisualPath

WordPress Deployment


• Creating secrets for WordPress deployment.
 Creating word press deployment.
  • Creating a service for WordPress
 Accessing your WordPress deployment from the outside world.
• Access your master node public IP on port 31001 as shown above in service port.
• Master node Security group should allow access on port 31001 from MyIP/Anywhere.



Pods or containers are stateless, they does not save data if killed or dead. We will delete our WordPress pod as a demo to show that behavior.
• Pod get recreated by deployment replication set if we delete it manually.
• All the data from previous pod gets deleted as we delete the pod.
• Check the WordPress app from browser, we would have lost the previous installation

For more information about Visualpath, visit www.visualpath.in and follow the company on Facebook and Twitter.
For DevOps training contact us at +91 9704455959 / info@visualpath.in

Comments