Skip to content

Commit

Permalink
Merge pull request #61 from kevinayres/patch-1
Browse files Browse the repository at this point in the history
Update docs.md
  • Loading branch information
gkosaka authored Oct 10, 2023
2 parents df7ce18 + a097812 commit 29ce892
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions user/pages/13.special/05.eks-aks-etc/docs.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Example: Public Cloud K8s EKS, AKS, GKE, IBM ...
title: Example: Public Cloud K8s EKS, EKS Anywhere, AKS, GKE, IBM ...
taxonomy:
category: docs
---


### Deploy NeuVector on a Public Cloud Kubernetes Service

Deploy NeuVector on any public cloud K8s service such as AWS EKS, Azure AKS, IBM Cloud K8s, Google Cloud, Alibaba Cloud or Oracle Cloud.
Deploy NeuVector on any public cloud K8s service such as Amazon EKS, EKS Anywhere, EKS Anywhere Bare Metal, Azure AKS, IBM Cloud K8s, Google Cloud, Alibaba Cloud or Oracle Cloud.

First, create your K8s cluster and confirm access with ‘kubectl get nodes’.

Expand All @@ -27,9 +27,9 @@ kubectl get svc -n neuvector

Most K8s services automatically enable/allow all inter-pod / inter-cluster communication between nodes which also enable the NeuVector containers (enforcers, controllers, manager) to communicate within the cluster.

### Google Cloud Platform / GKE
### Google Cloud Platform (GKE), as well as Amazon Elastic Kubernetes Service (EKS), EKS Anywhere, and EKS Anywhere Bare Metal

Deploying on GCP is simple and identical to the instructions in the Kubernetes section before. Please follow the instructions for creating the namespace and labeling the neuvector nodes for deployment.
Deploying on GCP or EKS is simple and identical to the instructions in the Kubernetes section before. Please follow the instructions for creating the namespace and labeling the neuvector nodes for deployment.

### Microsoft Azure AKS
When deploying a k8s cluster on Azure, the default for Kubernetes RBACs is off. Please enable RBACs to enable the cluster-admin clusterrole, otherwise you will need to create that manually later to support Helm based deployments.
When deploying a k8s cluster on Azure, the default for Kubernetes RBACs is off. Please enable RBACs to enable the cluster-admin clusterrole, otherwise you will need to create that manually later to support Helm based deployments.

0 comments on commit 29ce892

Please sign in to comment.