Skip to main content
Deploying your first workload validates that your cluster is working properly and that you can schedule, expose, and access applications successfully. If you don’t have a cluster running yet, check out the Getting Started or Getting started with Omni guides to learn how to create one. To deploy a sample application to your cluster:
  1. Run this command to deploy the application and expose it via a NodePort:
  2. Verify that your pods and services are running:
  3. Create a NODE_IP variable by retrieving an IP address of any one of your nodes:
  4. Retrieve the NodePort assigned to your Service using:
  5. Verify your application is running:
    And here is your application:

What’s next?