With the Oracle Cloud Infrastructure Service Mesh
service, you can manage Service Mesh components using the
OCI Console, OCI CLI, or Kubernetes tools. This section focuses on managing your Service Mesh with Kubernetes tools.
Managing Service Mesh Resources with
kubectl
The kubectl command line tool is the primary way to communicate with
a Kubernetes cluster's control plane using the Kubernetes API. For more information
on kubectl, see Command line tool (kubectl). Service Mesh with kubectl
allows:
With kubectl commands, use both plural and singular versions of
resource names interchangeably. For example, to get a list of virtual services
either of the following commands works.
Copy
kubectl get virtualservices -n <NAMESPACE>
Copy
kubectl get virtualservice -n <NAMESPACE>
Managing Service Mesh with Helm 🔗
Service Mesh supports Helm Kubernetes management
tool. Using Helm Charts, you define, install, and upgrade Kubernetes applications.
For information on installing Helm, see Installing Helm.