Application State and Lifecycle - Revisited

Our volume is simply presented within the pod like any other mount. For example, open a terminal back into your pod and run the following

mount | grep sonatype-work

You’ll see a line that says something along the lines of the following

10.1.0.4:/trident--demo-myuser-nexus-storage-69339 on /sonatype-work type nfs (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.1.0.4,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=10.1.0.4)

Let’s test it out

Now we’ll browse back over to our Nexus console at https://nexus--workspace.apps.aegis-core.fdlabs.dev/nexus/ and repeat the steps from Lab 3 to create a new hosted repository.

In case you forgot…

Log in, the default username is admin and the password is admin123.

Click on Repositories then add a new Hosted Repository

Assign the repo an ID and Name then click Save. You should now see your new repo in the list.

Now browse back over to the Nexus console and verify your repository still exists.