cdk8s for nextcloud 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