@kdex-tech/sample-app-1
v0.0.1
Published
A sample KDexApp
Downloads
42
Readme
Sample App 1
To deploy this app to a cluster
- Publish it to an NPM registry
npm publish --access public- Apply the kdexapp.yaml file to your cluster:
kubectl apply -f kdexapp.yamlTo undeploy this app, delete the kdexapp.yaml file from your cluster:
kubectl delete -f kdexapp.yaml