Skip to content

arsalanses/cdk8s-nextcloud

Repository files navigation

cdk8s for nextcloud

diagram

How to setup project on your local

cdk8s.io docs

npm install -g cdk8s-cli
pipenv install --dev
pipenv shell

Useful commands:

To produce and inspect the generated manifest, you can run:

cdk8s synth

Apply to any Kubernetes cluster using standard tools like:

kubectl apply -f dist/cdk8s-nextcloud.k8s.yaml

For troubleshooting:

kubectl port-forward my-pod 8080:80
kubectl exec -it my-pod bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages