Skip to content

Instantly share code, notes, and snippets.

View BEMELON's full-sized avatar
🦮

Hwang Kyu Do (황규도) BEMELON

🦮
View GitHub Profile
@BEMELON
BEMELON / midterm.ipynb
Created November 24, 2021 06:37
MidTerm.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
https://hackr.io/
@BEMELON
BEMELON / docker-swarm-ports.md
Created July 16, 2018 03:09 — forked from BretFisher/docker-swarm-ports.md
Docker Swarm Port Requirements, both Swarm Mode 1.12+ and Swarm Classic, plus AWS Security Group Style Tables

Docker Swarm Mode Ports

Starting with 1.12 in July 2016, Docker Swarm Mode is a built-in solution with built-in key/value store. Easier to get started, and fewer ports to configure.

Inbound Traffic for Swarm Management

  • TCP port 2377 for cluster management & raft sync communications
  • TCP and UDP port 7946 for "control plane" gossip discovery communication between all nodes
  • UDP port 4789 for "data plane" VXLAN overlay network traffic
  • IP Protocol 50 (ESP) if you plan on using overlay network with the encryption option

AWS Security Group Example

@BEMELON
BEMELON / List.md
Last active July 28, 2018 00:27
AMZON EC2 사용해서 fabric 세팅하기
@BEMELON
BEMELON / kakaoINubuntu.md
Last active August 22, 2021 01:24
Ubuntu 16.04 에서 카카오톡 설치하기
@BEMELON
BEMELON / FirstNetwork.md
Last active June 29, 2018 09:08
우분투 16.04 에서 Hyperledger Fabric 1.1 튜토리얼 진행하기 - network