Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 935 Bytes

INSECURE.md

File metadata and controls

28 lines (24 loc) · 935 Bytes

Installing and Running CockroachDB (Insecure)

  1. Install CockroachDB using helm. For the curious see our Helm Chart here.

    helm install k8demo cockroachdb/cockroachdb

    Your output will start with:

    NAME:   k8demo
    LAST DEPLOYED: <date>
    NAMESPACE: default
    STATUS: DEPLOYED
  2. Check for running pods.

    kubectl get pods

    You will see something like the following if run correctly:

    NAME                            READY     STATUS      RESTARTS   AGE
    k8demo-cockroachdb-0            1/1       Running     0          16s
    k8demo-cockroachdb-1            1/1       Running     0          16s
    k8demo-cockroachdb-2            1/1       Running     0          16s
    k8demo-cockroachdb-init-lmz9d   0/1       Completed   0          16s