AI Features

Deploy the Applications

Learn how to deploy applications in the namespaces.

Create the production namespace

Now that we've established we’ll allow the apps in the Argo CD production project to be deployed to the production namespace, we should probably create it.

kubectl create namespace production

Next, let’s take a look at the manifests that will define our applications. They're located in the helm directory.

ls -1 helm

The output is as follows.

Chart.yaml
templates
Files in the helm directory

View

...