Deploy Kubernetes apps via (node express based) endpoints for auto-deploying apps for clients.
Deploy Kubernetes apps (from uploaded *.yaml files) to your Kubernetes cluster via API endpoints for seemless deployments for your clients via your eCommerce-site or CRM greatly reducing Dev Ops costs.
.yaml
files for pre defined configs.custom yaml markup
.custom yaml markup
.custom yaml markup
.POST /deploy
Endpoint paramsuser
key
deployment
.yaml
file you have uploaded.yaml
- Custom YAML code to deploy - Could be used for secret/environment vars but not limited to just those.namespace
This is an area that needs more works. At the moment, we handle three cases...
* Authentication error
- "errorDesc":"Auth",
- "success":false,
- When username and key can't be matched to an account.
* Unknown error from Kubernetes.
- "error":<Error from Kubernetes>,
- "success":false,
* SUCCESS
- "error":false,
- "success":true,
- "result":<Result from Kubernetes API call>
This is a Kubernetes cluster to test. Please find detailed instructions on Get started page. Strongly recommended that you don't use one of your existing cluster and instead create a test cluster to test this.
Athif Shaffy (Participant)
If you made if more interactive would have been great :)
ooctavianus (Participant)
Good job! It's nice that you have worked with k8s api nodejs
Felix Mattick (Participant)
I somehow missed this until now! Did you just submit it? Looks *really* cool, and is actually super useful.