GithubHelp home page GithubHelp logo

wakewanwan / ibm-cloudant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from enniogit/ibm-cloudant

0.0 1.0 0.0 38 KB

Chart IBM Cloudant 1.0.3 for ICP

Home Page: https://hub.docker.com/r/ibmcom/cloudant-developer/

Smarty 100.00%

ibm-cloudant's Introduction

IBM Cloudant 1.0.3 Helm Chart

1. Configure kubernetes command line interface for IBM® Cloud private®

To access the kubernetes apiserver, you will need an authorization token and the kubectl as the access client. In IBM® Cloud private®, authorization tokens can be requested via the dashboard or the REST API.

Once you have an authorization token, you can configure kubectl:

export MASTER_IP=10.x.x.x
export CLUSTER_NAME=cloud-private
export AUTH_TOKEN=$(curl -k -u admin:admin https://$MASTER_IP:8443/acs/api/v1/auth/token)

kubectl config set-cluster $CLUSTER_NAME --server=https://$MASTER_IP:8001 --insecure-skip-tls-verify=true
kubectl config set-context $CLUSTER_NAME --cluster=$CLUSTER_NAME
kubectl config set-credentials user --token=$AUTH_TOKEN
kubectl config set-context $CLUSTER_NAME --user=user --namespace=default
kubectl config use-context $CLUSTER_NAME

Then configure your helm command line interface to work with helm.

2. Clone this repository

git clone https://github.com/maxgfr/ibm-cloudant.git

3. Use helm to package and install cloudant

cd ibm-cloudant/
helm package ibm-cloudant-dev
helm install ibm-cloudant-dev

Result :

** Cloudant may take a few minutes to become available. Please be patient. **

  echo Username      : admin
  echo Password      : pass

To Access the Cloudant Management interface:

  export NODE_PORT=$(kubectl get --namespace default -o jsonpath="{.spec.ports[0].nodePort}" services insipid-uakari-ibm-cloudant-dev)
  export NODE_IP=$(kubectl get nodes --namespace default -o jsonpath="{.items[0].status.addresses[0].address}")
  echo http://$NODE_IP:$NODE_PORT/dashboard.html

Please find, all the IBM Charts here.

ibm-cloudant's People

Contributors

maxgfr avatar

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.