Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 2.99 KB

README.md

File metadata and controls

85 lines (61 loc) · 2.99 KB

VMware NSX-T 2.4.x and Kubernetes (K8S) Guide

UPDATE : NSX-T 2.5.0 and Kubernetes Guide is published here

This disclaimer informs readers that the views, thoughts, and opinions expressed in this series of posts belong solely to the author, and not necessarily to the author’s employer, organization, committee or other group or individual.

The goal of this series of posts is to outline and explain the steps to integrate VMware NSX-T Platform to Kubernetes control plane.

Software components used are shown below.

  • vCenter 6.7 U1b (Build 11727113)
  • ESX 6.7 U2 (Build 13006603)
  • NSX-T 2.4.1 (Build 13716579)
  • NSX Container Plugin 2.4.1 (Build 13515827)
  • Ubuntu Server 16.04.5
  • Docker CE 18.09.6
  • Kubernetes 1.14.2
  • Open vSwitch 2.10.2.13185890

It is highly recommended to check the following resources for compatibility requirements

This series does NOT provide the generic intro level information on NSX-T or K8S. To have a basic understanding of NSX-T please watch the VMworld session recordings. Similarly for K8S, Pluralsight and A Cloud Guru trainings by Nigel Poulton and Udemy trainings by Mumshad Mannambeth is highly recommended.

Below articles focus on the management and data plane integration principles of NSX-T and K8S.

  • Topology Information
  • Fabric Preperation
  • Host Transport Node
  • Edge Transport Node
  • Edge Cluster
  • Tier 0 Logical Router
  • Tier 1 Logical Router
  • Tier 0 BGP Configuration
  • K8S Node Dataplane Connectivity
  • Container Network Interface (CNI)
  • NSX-T Components in Kubernetes Integration
  • NSX-T & K8S Overall Architecture
  • Ubuntu OS Installation
  • Topology
  • IPAM and IP Pools
  • Reachability
  • Tagging NSX-T Objects for K8S
  • CNI Plugin Installation
  • Open vSwitch (OVS) Installation
  • Docker Installation
  • Deploy K8S
  • Current State
  • NSX Container Plugin (NCP) Installation
  • NSX Node Agent Installation
  • Test Workload Deployment
  • Current State
  • K8S Service
  • K8S Service Type ClusterIP
  • K8S Service Type LoadBalancer
  • Summary
  • Current State
  • K8S Ingress
  • K8S Network Policy
  • DFW Based K8S Pod Security
  • Summary