Coder Social home page Coder Social logo

tsuresh / wso2-is-k8s-operator Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 17.1 MB

The following CRD operator can be used to deploy WSO2 IS on your Kubernates Cluster

Dockerfile 1.77% Go 89.67% Makefile 8.56%
wso2-identity-server wso2 k8s-operator crd-operator identity-server operator-sdk kubernetes

wso2-is-k8s-operator's Introduction

WSO2 Identity Server - K8S Operator

The following CRD operator can be used to deploy WSO2 IS on your Kubernates Cluster. If you want to deploy the Identity Server via Helm operator please refer to the given link: https://github.com/wso2/kubernetes-is

Prerequisites

External Database Setup

Please follow the instructions given in the documentation to setup the external MySQL databases

Databases to be created

  • WSO2_IDENTITY_DB
  • WSO2_SHARED_DB
  • WSO2_CONSENT_DB
  • WSO2_BPS_DB

Installation [Dev]

Please follow the following instructions to install Operator-SDK in your development environment.

brew install operator-sdk

Clone the repository by running the following command

git clone https://github.com/tsuresh/wso2-is-k8s-operator.git

Run the following command to install dependancies

make install

Navigate to the project directory

cd wso2-is-operator

Apply the CRD by running the following command

kubectl apply -f config/crd/bases/wso2.wso2.com_wso2is.yaml

You are free to change any configurations at config/samples/wso2_v1_wso2is.yaml Once you do the config changes apply the config by running

kubectl apply -f config/samples/wso2_v1_wso2is.yaml

Finally run the following command to run the operator in your cluster

make run

Installation [Prod]

To be released

wso2-is-k8s-operator's People

Contributors

tsuresh avatar

Watchers

 avatar  avatar  avatar

Forkers

sahanruwanga

wso2-is-k8s-operator's Issues

Ability to setup multiple IS Instances in same cluster

If there's a requirement to set up multiple WSO2 IS instances in the same Kubernetes Cluster there should be a mechanism to provision both via the same operator

Proposed method(s)

  • Configure the deployments with different namespaces for each deployment

Cleanup all resources after deletion

Cleanup all the resources which have been provisioned after deleting the CRD

The following resources have to be deleted

  • Custom namespaces provisioned at issue #1
  • Pods
  • Services
  • Ingress
  • Deployments
  • Config Maps
  • Exernal Databases (Drop)

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.