Coder Social home page Coder Social logo

gitops-ossm's Introduction

GitOps-managed OpenShift ServiceMesh

This guide details the implementation and configuration steps to setup OpenShift Service Mesh (OSSM) v2.1, including Control Plane and dependent components and operators.

Do not use the base directory directly, as you will need to patch the channel based on the version of OpenShift you are using, or the version of the operator you want to use.

Provision OpenShift Service Mesh with the OpenShift CLI

TIP: Commands are shown from the root of a clone of this Git repository.

Install the OpenShift Elasticsearch operator:

oc apply -k elasticsearch-operator/overlays/stable

Install the OpenShift Distributed Tracing operator:

oc apply -k openshift-distributed-tracing-operator/overlays/stable

Install the Kiali operator:

oc apply -k kiali-operator/overlays/stable

Install OpenShift Service Mesh:

oc apply -k openshift-servicemesh/operator/overlays/stable

Configure the service mesh control plane (for example in the istio-system namespace):

oc new-project istio-system
oc apply -k openshift-servicemesh/instance/overlays/default -n istio-system

How to use this library

You can remotely target the provided overlays and combine them, for example:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
  - https://github.com/RHC-STP-OSSM/GitOps-OSSM/elasticsearch-operator/overlays/stable
  - https://github.com/RHC-STP-OSSM/GitOps-OSSM/openshift-distributed-tracing-operator/overlays/stable
  - https://github.com/RHC-STP-OSSM/GitOps-OSSM/kiali-operator/overlays/stable
  - https://github.com/RHC-STP-OSSM/GitOps-OSSM/openshift-servicemesh/operator/overlays/stable
  - https://github.com/RHC-STP-OSSM/GitOps-OSSM/openshift-servicemesh/instance/overlays/default

Note: You will also need to create the namespace(s) where you decide to install the control place (e.g. istio-system)

You may also want to supplement, overwrite, or merge your own configuration along with the artifacts from this library. An example repository is provided that can be used as a starting point for managing a cluster using these core templates. The example repository contains a reference kustomization and ArgoCD Application.

gitops-ossm's People

Contributors

dasong666 avatar davgordo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.