Deploy Application

  1. Set the Name, History Limit, and number of Pods .

  2. Click ➕ Add a Container:

    • Name: e.g., nginx

    • Image: e.g., nginx:stable-perl

    • Secret: Not required for public Docker images

    • Specification: Choose hardware specs

    • Port: TCP 80

    • Environment: (Optional)

  3. Click MountVolume Mount:

    • Select a volume

    • Set Mount Path (e.g., /project)

  4. Review deployment details, then click Deploy.

Last updated