Sample application for deployment via Appvia Hub
This repo is designed to be a “Hello World” application with example CircleCi config for deploying to a Kubernetes cluster managed by the Appvia Hub.
Assuming you have the hub setup with the GitHub, Quay and Kubernetes integrations configured correctly. You should be able to carry out the following steps to deploy this application within your namespace.
QUAY_USERNAME
- Quay robot nameQUAY_PASSWORD
- Quay robot tokenKUBE_API_SERVER
- Kubernetes Kube APIKUBE_CERT_DATA
- Kubernetes CA CertKUBE_TOKEN
- Kubernetes TokenKUBE_NAMESPACE
- Kubernetes namespace you createdkubectl
access using the instructions provided in the hubkubectl -n <your-namespace> get svc hello-world --template="{{range .status.loadBalancer.ingress}}{{.ip}}{{end}}"
- ensure you amend the namespaceAssumptions: