@kdex-tech/sample-app-2
v0.0.4
Published
This is an example of a simple KDex App
Readme
Sample App 2
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