2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Last.Backend登録してみた

Last updated at Posted at 2015-04-19

#前置き
Cloud Orchestration ツールで良さげなのがあったので取りあえず登録してみた。
まだ、よく分かってないところもあるので間違ってたらすみません。

Last.Backend - Visual Docker Containers Orchestration platform
http://lastbackend.com/

#どういうものか
UIでサーバーを設定できて、サーバー同士の接続もグラフィカルに設定できて、簡単にサーバーを設定した内容でデプロイできるというもの。

#どういう技術であるか
デプロイされるのはDockerのイメージ。
プレビルドのDockerイメージが、Last.Backendのagentを動かしているサーバー上にデプロイされる。

#ログイン後の画面
Image.png

#PHPのイメージを選択
Image.png

#このPHPイメージを動かすサーバーを指定
Image.png

#どこかのサーバーで以下のコマンドを実行
Image.png
接続されたら、このサーバーがDockerホストになる。

#ロンドン
上記、Dockerイメージが入っている hub.lastbackend.com は、traceroute するとロンドンだった。

#注意点

  • 対応ブラウザーは、Chrome (Firefoxではイメージの選択とDrag&Dropができなかった。)
  • DockerホストのOSをまだ選ぶような気がする。Ubuntu 14.04でインストール時に若干エラーが発生した。クラウド業者によりOSイメージのインストールされているパッケージに差異があり、それによりエラーが発生しているのかもしれない。
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?