cbdcfa3e4f
As well as exercises.
573 B
573 B
App Creation
Requirements
- Make sure you have repository with some Kubernetes manifests
- Make sure you have a Kubernetes cluster running with ArgoCD installed
Objectives
- Using the CLI or the UI, create a a new application with the following properties:
- app name: app-demo
- project: app-project
- repository URL: your repo with some k8s manifests
- namespace: default
- Verify the app was created
- Sync the app
- Verify Kubernetes resources were created
- Delete the app
Solution
Click here to view the solution