Learn KOP & AWS EKS Custom Networking - Rafay Product Documentation

Deploy Workload

What Will You Do

In this part, you will configure and deploy a workload to the EKS cluster in a specific namespace called "dev". The workload will create two deployments with one of the deployments running on the host network and the other running on the pod network.


Create Namespace

As a user with appropriate RBAC (i.e. Org Admin or Infra Admin or Workspace Admin), create a namespace on the EKS cluster.

Note
For this exercise, we will keep it simple and skip the assignment of resource quotas and policies.


Configure & Deploy Workload

As a user with appropriate RBAC (i.e. at least Project Admin or Namespace Admin), we will create a workload to deploy to our remote EKS cluster.

Important
Download the provided YAML file and save it to your computer. We will deploy this to the cluster.

The controller will take the provided YAML manifest and create two deployments running in the "dev" namespace.


Verify Custom Networking

In our simple example, one deployment is using the host network which runs on the primary CIDR and the other deployment uses the pod network which runs on the secondary CIDR.

Verify Pods