GithubHelp home page GithubHelp logo

isabella232 / discourse-k8s-operator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from canonical/discourse-k8s-operator

0.0 0.0 0.0 189 KB

License: GNU General Public License v3.0

Shell 15.06% Python 69.61% Makefile 2.23% Dockerfile 13.10%

discourse-k8s-operator's Introduction

Discourse Operator

A juju charm deploying and managing Discourse on Kubernetes, configurable to use a PostgreSQL backend.

Overview

Supported features include SAML authentication, scaling to multiple pods and the storage of files and images in S3. This charm also offers seamless Discourse version upgrades, initiated by switching to an image with a newer version of Discourse than the one currently deployed.

Usage

For details on using Kubernetes with Juju see here, and for details on using Juju with MicroK8s for easy local testing see here.

To deploy into a Juju K8s model:

juju deploy postgresql-k8s
juju deploy redis-k8s
juju deploy discourse-k8s
juju relate discourse-k8s postgresql-k8s:db-admin
juju relate discourse-k8s redis-k8s

Then expose Discourse via the Kubernetes ingress:

juju deploy nginx-ingress-integrator
juju relate discourse-k8s nginx-ingress-integrator

Once the deployment is completed and the "discourse" workload state in juju status has changed to "active" you can add discourse-k8s to /etc/hosts with the IP address of your Kubernetes cluster's ingress (127.0.0.1 if you're using MicroK8s) and visit http://discourse-k8s in a browser and log in to your Discourse instance.

For further details, see here.

discourse-k8s-operator's People

Contributors

arturo-seijas avatar barryprice avatar gregory-schiano avatar gtrkiller avatar jayk-canonical avatar kot0dama avatar moon127 avatar mthaddon avatar weiiwang01 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.