Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@CaptTofu
Created November 2, 2017 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CaptTofu/67379d249efa1046c9999609336b6f07 to your computer and use it in GitHub Desktop.
Save CaptTofu/67379d249efa1046c9999609336b6f07 to your computer and use it in GitHub Desktop.
$ helm install -n $release -f site-values.yaml ./helm/vitess/
NAME: vitess
LAST DEPLOYED: Thu Nov 2 05:08:31 2017
NAMESPACE: default
STATUS: DEPLOYED
RESOURCES:
==> v1beta1/StatefulSet
NAME DESIRED CURRENT AGE
zone1-main-x-80-replica 2 1 1s
zone1-main-80-x-replica 2 1 1s
==> v1/Pod(related)
NAME READY STATUS RESTARTS AGE
etcd-global-8q4d1 0/1 ContainerCreating 0 1s
etcd-global-8rmml 0/1 ContainerCreating 0 1s
etcd-global-g9764 0/1 ContainerCreating 0 1s
etcd-zone1-jw7h9 0/1 ContainerCreating 0 1s
etcd-zone1-khjd5 0/1 ContainerCreating 0 1s
etcd-zone1-xs4kz 0/1 ContainerCreating 0 1s
orchestrator-2507277757-71qlm 0/2 Init:0/1 0 1s
vtgate-zone1-268875544-r58dx 0/1 Init:0/1 0 1s
vtgate-zone1-268875544-rrdqj 0/1 Init:0/1 0 1s
vtgate-zone1-268875544-tw04x 0/1 Init:0/1 0 1s
vtctld-1717037727-ps4x7 0/1 Init:0/2 0 1s
==> v1/ConfigMap
NAME DATA AGE
orchestrator 1 2s
vtctld 1 2s
==> v1/Service
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
etcd-global-srv ClusterIP None <none> 7001/TCP 2s
etcd-global ClusterIP 100.67.13.178 <none> 4001/TCP 2s
orchestrator ClusterIP 100.69.81.215 <none> 80/TCP 1s
etcd-zone1 ClusterIP 100.69.99.75 <none> 4001/TCP 1s
vtgate-zone1 ClusterIP 100.71.225.225 <none> 15001/TCP,15991/TCP 1s
vtctld ClusterIP 100.65.85.63 <none> 15000/TCP,15999/TCP 1s
etcd-zone1-srv ClusterIP None <none> 7001/TCP 1s
vttablet ClusterIP None <none> 15002/TCP,16002/TCP 1s
==> v1beta1/ReplicaSet
NAME DESIRED CURRENT READY AGE
etcd-global 3 3 0 1s
etcd-zone1 3 3 0 1s
==> v1beta1/Deployment
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
orchestrator 1 1 1 0 1s
vtgate-zone1 3 3 3 0 1s
vtctld 1 1 1 0 1s
NOTES:
Release name: vitess
To access administrative web pages, start a proxy with:
kubectl proxy --port=8001
Then use the following URLs:
Kubernetes dashboard: http://localhost:8001/ui
vtctld: http://localhost:8001/api/v1/proxy/namespaces/default/services/vtctld:web/app/
vtgate: http://localhost:8001/api/v1/proxy/namespaces/default/services/vtgate-zone1:web/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment