Skip to content

Commit 79b6c95

Browse files
melonrush13frodopwns
authored andcommitted
k to kubectl
1 parent 64b6bc4 commit 79b6c95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wordpress-demo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
Run the Azure Service operators with a `make install` and `make run` in one terminal
1616

1717
Create the Azure resources above using deploy.yaml in the manifest folder in another terminal
18-
`k apply -f ./`
18+
`kubectl apply -f ./`
1919

2020
Check the deployment
21-
`k get deployment`
21+
`kubectl get deployment`
2222

2323
Check for running pods
24-
`k get pods`
24+
`kubectl get pods`
2525

2626
Port forward the webpage
27-
`k port-forward [podname] [newport]:[old port]`
27+
`kubectl port-forward [podname] [newport]:[old port]`

0 commit comments

Comments
 (0)