VCF 9 : VCF Automation Provider Setup with VMware vSphere Supervisor (VKS), FLB and NSX Edge GW – Part 1
Components used in the overall architecture and their role in this deployment
- VCF 9 Instance
- VCF Automation instance provisioned through VCF fleet management
- NSX- Manager
- NSX Edge Cluster
- Edge gateway used as Provider gateway for supervisor (VKS)
- VMware vSphere Supervisor
- Foundation Load Balancer (FLB)
vSphere Supervisor
When enabled on vSphere clusters, it allows Kubernetes workloads to run directly on ESXi hosts and enables the creation of upstream Kubernetes clusters within dedicated namespaces called vSphere Namespaces. vSphere Supervisor establishes a Kubernetes control plane directly on the hypervisor layer. As a vSphere administrator, you can activate existing vSphere clusters for vSphere Supervisor, which creates a Kubernetes layer within the ESXi hosts that are part of these clusters.
Foundation Load balancer
vSphere supervisor supports three types of load balancers during the supervisor deployment – AVI, HA Proxy and FLB. Foundation Load Balancer is packed with vCenter and provides load balancing support to the Supervisor and the workloads running on it. It works only with VDS.
Namespaces with VKS Clusters
It is a network-scoped tenancy on Supervisor, used to host VKS clusters. Sphere Namespaces also provide networking, role permissions, persistent storage, resource quota, and content library and VM class integration.
Namespace class
Namespace class object is a wrapper around the VM class, storage class, content library, supervisor and resource limits for pods. This will drive the resource limits and classes when a project binding is created for the namespace class.
VM classes
VM classes are the T-shirt sizes that you define for a workload VM provisioning within the k8s workload clusters, based on the classes defined and assigned at the project level they will be available for the end user to use for workload provisioning.
Zones, Regions, Namespaces
Zones are the containers which will define the resources assigned for the project. Region will have one or more zones configured to ensure the availability of resources in case of failures . Namespaces will be created using zones and will use resources on the zones. Namespaces will further partition the region resources to run application specific workloads providing isolation of resources for this workloads although underlying zone is same for two different applications
Projects
Projects will be created with association to namespaces which will implicitly be drawing its resources from the underlying region which is getting the resources from one or more zones.
- Create NSX Edge cluster and Edge gateway
- Supervisor deployment using Foundation Load balancer
- Zone
- Create Region in VCF-A
- Region Network Settings
- Create organization in VCF-A
- Create a name space in vSphere Supervisor (VKS)
- Create a project and assign the namespace to the project
- Create a VKS workload cluster in the namespace for workload provisioning
Topology in VCF Operations
Using VCF Operations one case see how the entire topology looks like for all the components in VCF-A, VCF and VKS use case for workload deployment.
VCF operations will automatically integrate all the newly deployed components like VCF-A and VKS and the infrastructure admin does not need to bother about these integrations unlike what we used to see prior to VCF 9 where each integration need to be explicitly done into Aria operations post deployment. In this case VCF operations will do all these things for the admin on its own and will use internal integration accounts and manage their Lifecyle is very simplified manner.
You can explore more from the VCF 9 documentation about the latest features and capabilities here
https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0.html
Comments
Post a Comment