Bluemix——A Powerful PaaS Platform


IBM Bluemix is a cloud platform as a service (PaaS) developed by IBM. It supports several programming languages and services as well as integrated DevOps to build, run, deploy and manage applications on the cloud.

Introduction

Bluemix Kubernetes can create and run containerized app easily even with privileged permission.You can add a credit card to upgrade to Pay-As-You-Go account that can run 512M app all the time, or run 256M app with some limit after trial.

Deploy

Containers–>Create Cluster–>waitting for deploy
see Access page

Install Bluemix CLI (Make sure sudo and curl have installed before):

Install kubectl binary:

install IBM Bluemix Container Service plug-in:

Log in to your Bluemix account(different region has different API link, detail see YOUR Access page):

Initialize the IBM Bluemix Container Service plug-in:

Set your terminal context to your cluster(mycluster is your cluster name created before):

After running above command, you can see the response information include the "export****" line, run it:

You can verify your worker nodes by running some Kubernetes commands:

In a VPS, you may not use the web browser to view http://127.0.0.1:8001/ui. We can use nginx to redirect it to the VPS ip.

You can access your Kubernetes dashboard now:

visit http://VPS IP:8000/ui to control your service.

Usage

Input the Docker Hub image information:

Make sure memory is less than 512M and run as privileged:

Check the final public port:

Go to Worker Nodes page

OR using command to view Cluster Node public IP:

Reference link:http://51.ruyo.net/p/4776.html

Leave a Reply

Your email address will not be published. Required fields are marked *