Skip to content

Instantly share code, notes, and snippets.

@cagriersen
Created June 8, 2020 13:44
Show Gist options
  • Select an option

  • Save cagriersen/9c2a3bf133b48f0185e9387c93710363 to your computer and use it in GitHub Desktop.

Select an option

Save cagriersen/9c2a3bf133b48f0185e9387c93710363 to your computer and use it in GitHub Desktop.
Rook Wordpress App
[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