Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 588 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 588 Bytes

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