2022-10-24 21:50:10 +02:00
|
|
|
# App Creation
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
1. Make sure you have repository with some Kubernetes manifests
|
|
|
|
2. Make sure you have a Kubernetes cluster running with ArgoCD installed
|
|
|
|
|
|
|
|
## Objectives
|
|
|
|
|
2023-08-24 21:55:55 +02:00
|
|
|
1. Using the CLI or the UI, create a new application with the following properties:
|
2022-10-24 21:50:10 +02:00
|
|
|
1. app name: app-demo
|
|
|
|
2. project: app-project
|
|
|
|
3. repository URL: your repo with some k8s manifests
|
|
|
|
4. namespace: default
|
|
|
|
2. Verify the app was created
|
|
|
|
3. Sync the app
|
|
|
|
4. Verify Kubernetes resources were created
|
|
|
|
5. Delete the app
|
|
|
|
|
|
|
|
## Solution
|
|
|
|
|
|
|
|
Click [here](solution.md) to view the solution
|