npm install -g cdk8s-cli
pipenv install --dev
pipenv shell
cdk8s synth
kubectl apply -f dist/cdk8s-nextcloud.k8s.yaml
kubectl port-forward my-pod 8080:80
kubectl exec -it my-pod bash
npm install -g cdk8s-cli
pipenv install --dev
pipenv shell
cdk8s synth
kubectl apply -f dist/cdk8s-nextcloud.k8s.yaml
kubectl port-forward my-pod 8080:80
kubectl exec -it my-pod bash