Sign inSign up

stacksimplify/kube-usermanagement-microservice

By stacksimplify

Updated about 6 years ago

Image
0

10K+

stacksimplify/kube-usermanagement-microservice repository overview

Image: stacksimplify/kube-usermanagement-microservice:1.0.0

Tag: 1.0.0

Tag 1.0.0 will be to use the MySQL DB This needs the following environment variables passed to container about MySQL DB

            - name: DB_HOSTNAME
              value: "mysql"            
            - name: DB_PORT
              value: "3306"            
            - name: DB_NAME
              value: "usermgmt"            
            - name: DB_USERNAME
              value: "root"            
            - name: DB_PASSWORD
              value: "some password" 

Image: stacksimplify/kube-usermanagement-microservice:2.0.0-H2DB

Tag:2.0.0-H2DB

Tag 2.0.0-H2DB will use the embedded H2DB

Image: stacksimplify/kube-usermanagement-microservice:3.0.0-X-Ray

Tag:3.00-X-Ray

Tag:3.00-X-Ray will use the AWS X-Ray feature. Ignore this for now (Development in Progress)

Tag summary

Content type

Image

Digest

Size

170.4 MB

Last updated

about 6 years ago

docker pull stacksimplify/kube-usermanagement-microservice:4.0.0-AWS-XRay-H2DB