Upgrade to Pro — share decks privately, control downloads, hide ads and more …

非容器平台之服務思考_20190422

 非容器平台之服務思考_20190422

Phil Huang

April 22, 2019
Tweet

More Decks by Phil Huang

Other Decks in Technology

Transcript

  1. # whois Phil Huang 黃秉鈞 • 社群斜槓青年 ◦ SDNDS-TW ◦

    Cloud Native Taiwan User Group (CNTUG) • 任職於 Red Hat 擔任 Solution Architect ◦ Ansible IT Automation ◦ OpenShift Container Platform ◦ Software-Defined Networking ◦ NetDevOps • Blog ◦ https://blog.pichuang.com.tw Ref: https://www.linkedin.com/in/phil-huang-09b09895/
  2. 2019 容器名詞正名運動 • Docker Registry => Container Registry • Docker

    Images => Container Images • Docker Container => OCI Container ◦ The Open Container Initiative is an open governance structure for the express purpose of creating open industry standards around container formats and runtime. -- From Open Containers Intiative Official Website => 容器標準化 (Specification): Runtime / Image / ... Ref: https://www.facebook.com/groups/cloudnative.tw/permalink/475806496256024/ OCI: Open Container Initiative
  3. 非 Business Workload 服務考慮 - Logging System - Elasticsearch +

    (Fluentd / Logstash) + Kibana - Monitoring System - Promethues + Grafana - Web Dashboard - CoreOS Tectonic / Kubernetes-Dashboard - Internal Registry - Docker-distribution => Isolated compute nodes for those services Ref: Promethues Workshop - ZZ/Adam/Owen
  4. Think About E2E Network Traffic - Underlay Network - Leaf-Spine

    / Three-Tier / Hypervisor - External Load Balancer - SSL Terminated / Health Check / LTM - CNI Plugins (for East-West Traffic) - 常見 CNI (Container Network Interface) Plugin 介紹 - Hwchiu - Ingress controller (for North Traffic) - Kubernetes Ingress List - Egress controller (for South Traffic) Ref: https://blog.pichuang.com.tw/20190404-openshift-network-traffic-overview/
  5. Alternative Services - External DNS - Bind9 / … -

    Internal DNS - SkyDNS / kubeDNS / CoreDNS