File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Create a Wordpress Website using Azure Service Operators
22
3+ [ Watch demo here] ( https://www.youtube.com/watch?v=H9RJBXPBxUY&t=1s )
4+
35## Componenets
46
57- Kubernetes
6- - MySQL
8+ - MySQLServer, MySQLDatabase, MySQLFirewalule
79- Wordpress
810- Persistent Volume Storage
11+ - Application Insights
12+
13+ ## Creating our resources
914
10- ## Running the Project
15+ Run the Azure Service operators with a ` make install ` and ` make run ` in one terminal
1116
12- Create our resources above using the yaml files in the manifest.
17+ Create the Azure resources above using deploy. yaml in the manifest folder in another terminal
1318` k apply -f ./ `
1419
1520Check the deployment
@@ -19,4 +24,4 @@ Check for running pods
1924` k get pods `
2025
2126Port forward the webpage
22- ` k port-forward [podname] [newport]:[old port] `
27+ ` k port-forward [podname] [newport]:[old port] `
You can’t perform that action at this time.
0 commit comments