This repository is the code companion to the Upbound Docs Getting Started guide. This project deploys an example pet adoption website on AWS EKS using Upbound.
- The Upbound CLI
- An Upbound Account
- An Azure account
- kubectl
Clone this repository and run the authentication setup script:
./setup-az-credentialsBuild and run the project:
up project build && up project runMove the project to your Upbound account:
up project move ${yourUpboundaccount}/up-pound-projectDeploy your resources:
kubectl apply -f examples/xapp/example.yaml