Skip to content

ngerstle-cognite/k3d-test-cluster

Repository files navigation

k3d-test-cluster

A local kubernetes test cluster, using k3d

Start a local k3d (k3s in docker) based kubernetes cluster running CDF services. Services included:

  • local service (the emulater primary mysql database, some cloud emulators)
  • redis
  • [?] ambassador
  • [?] api-auth
  • ratelimiting
  • backend services?

Running:

  • make sure you have k3d installed: https://github.com/rancher/k3d
  • make sure you are logged in to a gcloud account that can pull images from the cognite gcr
  • run:
$ ./setup.sh

Development:

If you're adding a new service that needs to pull an image from gcr, don't forget to add

imagePullSecrets:
      - name: registry-secret

under the container spec.

About

A local kubernetes test cluster, using k3d

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages