Deploying Workloads
Deploy a workload to run an application in one or more containers.
In the upper left corner, click ☰ > Cluster Management.
Go to the cluster where you want to upgrade a workload and click Explore.
In the left navigation bar, click Workload.
Click Create.
Choose the type of workload.
Select the namespace where the workload will be deployed.
Enter a Name for the workload.
From the Container Image field, enter the name of the Docker image that you want to deploy to the project, optionally prefacing it with the registry host (e.g.
quay.io
,registry.gitlab.com
, etc.). During deployment, Rancher pulls this image from the specified public or private registry. If no registry host is provided, Rancher will pull the image from Docker Hub. Enter the name exactly as it appears in the registry server, including any required path, and optionally including the desired tag (e.g.registry.gitlab.com/user/path/image:tag
). If no tag is provided, thelatest
tag will be automatically used.Either select an existing namespace, or click Add to a new namespace and enter a new namespace.
Click Add Port to enter a port mapping, which enables access to the application inside and outside of the cluster . For more information, see Services.
Configure the remaining options:
Environment Variables
Use this section to either specify environment variables for your workload to consume on the fly, or to pull them from another source, such as a secret or ConfigMap.
Node Scheduling
Health Check
Volumes
Use this section to add storage for your workload. You can manually specify the volume that you want to add, use a persistent volume claim to dynamically create a volume for the workload, or read data for a volume to use from a file such as a ConfigMap.
When you are deploying a Stateful Set, you should use a Volume Claim Template when using Persistent Volumes. This will ensure that Persistent Volumes are created dynamically when you scale your Stateful Set.
Scaling/Upgrade Policy
Amazon Note for Volumes:To mount an Amazon EBS volume:
In Amazon AWS, the nodes must be in the same Availability Zone and possess IAM permissions to attach/unattach volumes.
The cluster must be using the AWS cloud provider option. For more information on enabling this option see Creating an Amazon EC2 Cluster or Creating a Custom Cluster.
Click Show Advanced Options and configure:
- Command
- Networking
- Labels & Annotations
- Security and Host Config
Click Launch.
Result: The workload is deployed to the chosen namespace. You can view the workload's status from the project's Workloads view.