GithubHelp home page GithubHelp logo

atahualpasf / namic_project_week_30 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jonasscherer/namic_project_week_30

0.0 1.0 0.0 111 KB

Simple Kubernetes deployment for OHIF, DCM4CHe with user authentication

namic_project_week_30's Introduction

NAMIC Project Week 2019

This repositroy was started as part of the NAMIC project week 30 @ Las Palmas Gran Canaria. It contains some basic Kubernetes yaml files, which can be used to deploy:

  • DCM4CHe pacs
  • OHIF web-based dicom viewer
  • Keycloak open-id-connect user management

Basic steps of installation:

  1. Get Minikube and all dependencies running: https://kubernetes.io/docs/setup/minikube/

  2. Go in the repository cd /deployment kubectl apply -f ./*

  3. Watch kubectl get pods --all-namespaces -> all pods should be in the "running" state. This could take some time - don't worry if something is crashing - it will be restarted automatically..

  4. Go to https://192.168.99.100:30443/ You should see the the login-page. The default credentials are:

  • For the normal login: username: namic password: namic

  • For the keycloak admin login: username: admin password: admin

You can change all passwords with the Keycloak management: https://192.168.99.100:30443/auth

How to use?

The components have the the following urls:

  1. OHIF: https://192.168.99.100:30443/ (root)
  2. DCM4CHe https://192.168.99.100:30443/dcm4chee-arc/ui2
  3. Keycloak: https://192.168.99.100:30033/auth/
  4. Dicom receiver port is 192.168.99.100:31112
  5. All data is stored inside the minikube vm (/data_deployment)

To push an example image to DCM4CHE with the dcm4che-tools docker container: sudo docker run --rm --network=host dcm4che/dcm4che-tools:5.15.1 storescu [email protected]:31112 /opt/dcm4che/etc/testdata/dicom

Further steps

  • The HELM deployment is still missing - we will add this later
  • Right now, this will just work in Minikube (IPs, ports etc. are hard-coded)
  • Minikube is pretty slow We should make this compatible with any Kubernetes setup
  • OHIF viewer will be updated
  • Instructions how to add a tls certificate

namic_project_week_30's People

Watchers

James Cloos 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.