Skip to content

Conversation

@majiayu000
Copy link
Contributor

Summary

  • Add deployment manifest for running MKP in Kubernetes cluster
  • Includes namespace, ServiceAccount, RBAC (read-only by default), Deployment, and Service
  • Add README with usage instructions and configuration options

Closes #36

Test plan

  • Apply manifest to a test cluster: kubectl apply -f deploy/kubernetes/mkp.yaml
  • Verify pod starts successfully
  • Verify service is accessible

Add deployment manifest for running MKP as a standalone server in a
Kubernetes cluster. This includes namespace, ServiceAccount, RBAC
configuration, Deployment, and Service resources.

The manifest provides read-only access by default with commented
options for enabling write operations.

Closes StacklokLabs#36

Signed-off-by: majiayu000 <[email protected]>
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.

Build Kubernetes manifest to deploy server in a cluster

1 participant