Coder Social home page Coder Social logo

container-service-getting-started-wt's Introduction

IBM Bluemix Container Service Demonstration

This tutorial and demonstration is meant to showcase common usecases of the IBM Bluemix Container Service

Initial Setup

Preconditions: This doc expects a IBM Bluemix account. Running from the cli expects that you will have the clis installed as well, as per https://console.ng.bluemix.net/docs/containers/cs_cli_install.html.

This walkthough is a presentation for using Docker containers on Kubernetes in the IBM Bluemix Containers Service.

If you haven't already, provision a cluster (this can take a few minutes, so let it start first). To get the list of data centers, use bx cs datacenters - then create your cluster with bx cs cluster-create --name=<name-of-cluster> --datacenter=<datacenter>

After creation, before using the cluster, make sure it has completed provisioning and is ready for use. Run bx cs clusters and make sure that your cluster is in state "deployed". Then use bx cs workers yourclustername and make sure that all workers are in state "deployed" with Status "Deploy Automation Successful". Make a note of the public ip of the worker!

Walkthrough Breakdown

There are three stages to the walkthrough.

Stage 1 walks through creating a deploying a simple "hello world" app in Node.JS, then accessing that app. If there are issues, it will show how to get the logs and fix them so that it works.

Stage 2 builds on that to expand to a more resilient setup which can survive having containers fail and recover. In addition, it can use the Vulnerability Adviser to check for potential security and move to an update version without downtime during the replacement deploy.

Stage 3 adds a Bluemix service integration to the cluster. We will show you how easy to use Watson tone analyzer service from your application running in cluster.

container-service-getting-started-wt's People

Contributors

animeshsingh avatar colemanjackson avatar jgarcows avatar kalyani75 avatar lionelmace avatar nfritze avatar ramaboggarapu avatar

Watchers

 avatar  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.