Skip to content

Conversation

@spottsdd
Copy link
Contributor

@spottsdd spottsdd commented Jul 1, 2025

Description

Adds Kubernetes manifest files for deploying Storedog on a local cluster. A manifest file for the Datadog Operator is included. The readme has information about the files, setting up local development, and troubleshooting.

The manifest files have variables for the container registry url and container tag. However, unlike Docker compose, K8s will not replace these variables. You must use envsubst to apply these values. They can be replaced when using in a lab.

How to test

Steps are outline in the readme. It's important to note that unlike Docker compose, K8s won't build container images. Images must be pre-built and hosted in a registry. For development, you can run a local registry. Then build and push images. The images must be built and pushed on the worker node as that is where the services will run and look for localhost.

The development K8s Sandbox is currently set to test. The services files from main branch are used to build and push to the local registry. You can also set the registry url to the live public version. Follow the steps in the readme to setup the Datadog operator and start Storedog.

Use the Storedog tab to the right of the worker tabs to load the site. Again, the pods are running on the worker node.

@spottsdd spottsdd requested review from a team as code owners July 1, 2025 08:53
@spottsdd spottsdd merged commit 059e80a into main Jul 1, 2025
1 check passed
@spottsdd spottsdd deleted the add-k8s-manifests branch July 1, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants