Created
June 8, 2020 13:44
-
-
Save cagriersen/9c2a3bf133b48f0185e9387c93710363 to your computer and use it in GitHub Desktop.
Rook Wordpress App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [cagri@BookPro ~ ]$ kubectl get deploy,po,svc | |
| NAME READY UP-TO-DATE AVAILABLE AGE | |
| deployment.apps/wordpress 1/1 1 1 22m | |
| deployment.apps/wordpress-mysql 1/1 1 1 48m | |
| NAME READY STATUS RESTARTS AGE | |
| pod/wordpress-5b886cf59b-x6csw 1/1 Running 0 22m | |
| pod/wordpress-mysql-b9ddd6d4c-rq5lw 1/1 Running 0 48m | |
| NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
| service/kubernetes ClusterIP 10.233.0.1 <none> 443/TCP 21h | |
| service/wordpress ClusterIP 10.233.37.142 <none> 80/TCP 22m | |
| service/wordpress-mysql ClusterIP None <none> 3306/TCP 48m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment