Skip to content

Instantly share code, notes, and snippets.

View Bessonov's full-sized avatar
🤓
while True: pass

Anton Bessonov Bessonov

🤓
while True: pass
View GitHub Profile
@Bessonov
Bessonov / cockroachdb-statefulset.yaml
Created December 29, 2018 20:00
CockroachDB on Kubernetes (old example)
# copy of
# https://raw.githubusercontent.com/a-robinson/cockroach/k8s-tutorial/cloud/kubernetes/cockroachdb-statefulset.yaml
apiVersion: v1
kind: Service
metadata:
# This service is meant to be used by clients of the database. It exposes a ClusterIP that will
# automatically load balance connections to the different database pods.
name: cockroachdb-public
labels:
$ ~/workspace/gradle/gradle-2.3/bin/gradle bootRun
:compileJava UP-TO-DATE
:nodeSetup SKIPPED
:installReact UP-TO-DATE
:jsx UP-TO-DATE
:processResources
:classes
:findMainClass
:bootRun