Containerum——A Russian Docker Hosting


Containerum – is the first Russian Docker Hosting, which allows users to manage an unlimited number of platform-Docker containers. For this based on OpenStack and servers in Germany was launched highly available infrastructure that enables the user to receive up to 256M RAM on the container group, Automatic Back-up data, the possibility of collaboration, load balancing and avtomasshtabiruemost service.

Update:
2017/10/24 09:00 From the 1st of November, the Containerum will offer the 30 days free trial rather 1 year.
2017/10/10 20:00 Update the image to support AEAD.
2017/10/05 10:20 Fixed some bugs. Please update the chkit to the latest version(2.1.4) for using some parameters with command “chkit run”.

官网:https://containerum.com

简介

  • Containerum是一家俄罗斯基于kubernetes的容器主机商;
  • 目前只能用CLI工具(chkit)部署应用,没有webUI;
  • 目前仅需邮箱注册激活
  • 免费额度:256M RAM,300m CPU,1 TB Traffic,5 GB Volume
  • 非privileged权限运行

使用

配置chkit:

登陆:

创建应用(最好自定义密码,目前使用指定CMD貌似存在问题,如有成功请告知,谢谢!):

也可以用--configure,跟着参数提示运行。

获取Deployment信息:

创建外部连接:

获取Service信息:


Host即为服务器地址,红色部分为最终的外部连接端口。
删除Service:

删除Deployment:

后期更改deploy参数:

chkit基本指令:
chkit 指令(get/run/delete...) 操作对象(Deployment,Pod,Service) 对象名称
由于Containerum基于kubernetes架构,故chkit可操作对象:
* Deployment: deploy, deployment, deployments
* Pod: po, pod, pods
* Service: svc, service, services

最后创建应用信息(本文创建的应用已删除):
服务器地址:x1.containerum.io
端口:22401
加密方式:aes-256-gcm
密码:yhiblog

Tips:

A:Please enter the command again!

A:Please change your machine or use a proxy!

A:Please make sure you enter the correct password!

A:Please the command(./chkit delete deploy proxy) again! Don’t try too many times or causing the “i/o timeout” error.

A:Maybe you run the same command many times to make the api error. Change a machine to run it.
参考链接:https://github.com/containerum/chkit/wiki/Start-Guide

31 Replies to “Containerum——A Russian Docker Hosting”

  1. 如何同时一个容器 开放多个端口呢
    80 443 8080
    ./chkit expose deploy proxy -p proxysvc:443:TCP 这个只开的一个端口呢

    1. 多加几个:出口名:出口:TCP/UDP
      比如:
      ./chkit expose deploy proxy -p proxy1:443:TCP proxy2:80:TCP proxy3:8080:TCP

Leave a Reply

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