...

/

Exploring Built-In Secrets

Exploring Built-In Secrets

We’ll create the same Jenkins objects that we defined earlier.

Creating Jenkins objects

We’ll create the same Jenkins objects we defined earlier.

Press + to interact
kubectl create \
-f jenkins-unprotected.yml \
--record --save-config
kubectl rollout status deploy jenkins

We create Ingress, Deployment, and Service objects. We also execute the kubectl rollout status command that will tell us when the deployment is finished, which may take some time.

The jenkins-unprotected.yml definition does not use any new feature, so we won’t waste time going through the YAML file. Instead, we’ll open Jenkins UI in a browser.

Press + to interact
kubectl port-forward service/jenkins 3000:8080 --address 0.0.0.0
#Open the link beside the run button in the playground below

Upon closer ...

Access this course and 1400+ top-rated courses and projects.