Learn KOP & AWS EKS Custom Networking - Rafay Product Documentation

Overview

In this exercise, you will learn how to use the controller to configure and provision an Amazon EKS Cluster with Custom Networking. You will then deploy a containerized application to the EKS cluster with the pods getting deployed to the host and pod network.


What Will You Do by Part

Part What will you do?
1 Configure and Provision an AWS EKS Cluster with Custom Networking
2 Deploy a Workload using Custom Networking
3 Deprovision the EKS cluster

You can also watch a video describing this below.

Custom Networking for Amazon EKS using Rafay


Assumptions

VPC Configuration

Use the following VPC configuration as a reference to the following cluster spec.

Name Subnet-Id CIDR AZ
SecondarySubnetPrivateUSWEST2A subnet-081ff5e370607fafa 100.64.0.0/20 us-west-2a
SecondarySubnetPrivateUSWEST2B subnet-0d336d3350d55a986 100.64.16.0/20 us-west-2c
SecondarySubnetPrivateUSWEST2D subnet-0a4548dabae4b34cb 100.64.32.0/20 us-west-2d
PrimarySubnetPrivateUSWEST2A subnet-083bf5944d5ecb3dd 10.0.96.0/19 us-west-2a
PrimarySubnetPrivateUSWEST2B subnet-0bce0fb4a1f682e13 10.0.120.0/19 us-west-2c
PrimarySubnetPrivateUSWEST2D subnet-0f4534f41b98dd7be 10.0.160.0/19 us-west-2d
PrimarySubnetPublicUSWEST2A subnet-0ad39284a3ed57cfe 10.0.0.0/19 us-west-2a
PrimarySubnetPublicUSWEST2B subnet-0238aec96d29bc809 10.0.32.0/19 us-west-2c
PrimarySubnetPublicUSWEST2D subnet-0fb450e17506bd15d 10.0.64.0/19 us-west-2d