devops-exercises/topics/argo/exercises/app_creation/exercise.md
abregman cbdcfa3e4f Add Datadog and ArgoCD questions
As well as exercises.
2022-10-24 22:50:10 +03:00

22 lines
573 B
Markdown

# 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
1. Using the CLI or the UI, create a a new application with the following properties:
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