devops-exercises/topics/argo/exercises/app_creation/exercise.md
2023-08-24 22:55:55 +03:00

571 B

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 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 to view the solution