Docker, Docker Swarm mangement tool - Gorae

42
Gorae Project Docker, Docker swarm gui tool

Transcript of Docker, Docker Swarm mangement tool - Gorae

Page 1: Docker, Docker Swarm mangement tool - Gorae

Gorae ProjectDocker, Docker swarm gui tool

Page 2: Docker, Docker Swarm mangement tool - Gorae

docker inspect rhio

• Frontend Guy!

• I love Javascript and Markdown

• Haroopad and Haroopress are my children

Page 3: Docker, Docker Swarm mangement tool - Gorae

index

• What’s Docker?

• What’s Gorae?

• How to make and work

• Deep dive into Gorae and Gorae Swarm

• Plan & Roadmap

Page 4: Docker, Docker Swarm mangement tool - Gorae

What’s docker

Page 5: Docker, Docker Swarm mangement tool - Gorae

What’s diff?

Page 6: Docker, Docker Swarm mangement tool - Gorae

What’s awesome?

Page 7: Docker, Docker Swarm mangement tool - Gorae
Page 8: Docker, Docker Swarm mangement tool - Gorae

$4,000

Page 9: Docker, Docker Swarm mangement tool - Gorae

• 궁극적으로 컨테이너 기술은 인프라 프로바이더를 위한?

• 인프라가 없으면 컨테이너 기술 쓰지마?

• 컨테이너 기술은 복잡한 서버 시스템에 좋다는데 복잡하지 않으면 쓰지마?

• 돈 없는데… AWS, GCP, DDC 같은 것 안쓰고 미리 시뮬레이션 해볼 수 없어?

Page 10: Docker, Docker Swarm mangement tool - Gorae

G . O . R . A . E

Page 11: Docker, Docker Swarm mangement tool - Gorae

What’s Gorae

• Docker GUI tool

• Docker Swarm GUI tool

Page 12: Docker, Docker Swarm mangement tool - Gorae

수레바퀴를 또 만드는 작업

Page 13: Docker, Docker Swarm mangement tool - Gorae

How to make

Page 14: Docker, Docker Swarm mangement tool - Gorae

Technologies

• react.js, redux, react-router + material design - https://github.com/rhiokim/react-boilerplate

• node.js

• docker

Page 15: Docker, Docker Swarm mangement tool - Gorae

Components

• Gorae (User Interface)

• Gorae-swarm (User Interface)

• Gorae-server (Backend)- https://github.com/rhiokim/gorae-server

Page 16: Docker, Docker Swarm mangement tool - Gorae

How to work

Page 17: Docker, Docker Swarm mangement tool - Gorae

Host OS

Docker Container

Gorae Server

GoraeUI

/var/run/docker.sock

mount

Remote Host

/var/run/docker.sock

DOCKERT_HOST

$ docker -v (cli)

Page 18: Docker, Docker Swarm mangement tool - Gorae

Demodetails, work with multi (VM)node

10 mins ~ 15 mins

Page 19: Docker, Docker Swarm mangement tool - Gorae

Gorae• Basic Interfaces

• Container Details

• Log/Process/Stats/Changes

• Terminal

• Container Manipulate

• Start/Stop/Kill/Pause/UnPause/Remove/Commit

1. 기본 기능 리뷰2. image pull hello-world from hub.docker

Page 20: Docker, Docker Swarm mangement tool - Gorae

Dashboard

Page 21: Docker, Docker Swarm mangement tool - Gorae

Easy to handle

Page 22: Docker, Docker Swarm mangement tool - Gorae

Container Details

Page 23: Docker, Docker Swarm mangement tool - Gorae

Web Console

Page 24: Docker, Docker Swarm mangement tool - Gorae

Image, Container, Network, Volume

Page 25: Docker, Docker Swarm mangement tool - Gorae

Pull and Push images

Page 26: Docker, Docker Swarm mangement tool - Gorae

Container Stats

Page 27: Docker, Docker Swarm mangement tool - Gorae

Logs & Event from Docker

Page 28: Docker, Docker Swarm mangement tool - Gorae

Docker Swarm?

Page 29: Docker, Docker Swarm mangement tool - Gorae
Page 30: Docker, Docker Swarm mangement tool - Gorae

Gorae Swarm• Gorae-Swarm Install

• Swarm init/join

• Nodes (realtime)

• Service Creation

• Service Update Scaling with Log (realtime)

• Load balancing

Page 31: Docker, Docker Swarm mangement tool - Gorae

Easy to manage swarm nodes

Page 32: Docker, Docker Swarm mangement tool - Gorae

Realtime monitoring

Page 33: Docker, Docker Swarm mangement tool - Gorae

Realtime Service(Application) Monitoring

Page 34: Docker, Docker Swarm mangement tool - Gorae

Service Details

Page 35: Docker, Docker Swarm mangement tool - Gorae

Service Basic

Page 36: Docker, Docker Swarm mangement tool - Gorae

Service Scheduling

Page 37: Docker, Docker Swarm mangement tool - Gorae

Service Resources

Page 38: Docker, Docker Swarm mangement tool - Gorae

Service Update and Scale out

Page 39: Docker, Docker Swarm mangement tool - Gorae

Benefits

• MSA Simulation without costs

• Build your own cloud system for orchestration

• Third party services integration (not yet) Git repository(github, bitbucket..), Message(slack, irc), CI/CD…

Page 40: Docker, Docker Swarm mangement tool - Gorae

Plan & Roadmap

• Gorae Swarm (orchestration ui)

• Gorae (docker ui)

• Gorae Distribution (docker image registry ui)

• Gorae Composer (docker compose ui)

• Gorae Scouter (log gathering)

Page 41: Docker, Docker Swarm mangement tool - Gorae

Gorae

Private Infra Production

AWS GCP …

developing/testing/staging

Developers Gorae Swarm

Registry

Gorae-*

e2e

Page 42: Docker, Docker Swarm mangement tool - Gorae

T h a n k s