Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Last active May 14, 2021 07:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DazWilkin/49419086c23d295d62abe135fda1baff to your computer and use it in GitHub Desktop.
Save DazWilkin/49419086c23d295d62abe135fda1baff to your computer and use it in GitHub Desktop.
Cloud Deployment Manager & Kubernetes
imports:
- path: kubernetes_engine.py
- path: kubernetes_engine_apis.py
resources:
- name: cluster
type: kubernetes_engine.py
properties:
CLUSTER_NAME: [[YOUR-CLUSTER-NAME]]
CLUSTER_ZONE: [[YOUR-CLUSTER-ZONE]]
NUM_NODES: 1
- name: types
type: kubernetes_engine_apis.py
properties:
endpoint: $(ref.cluster.endpoint)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment