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
Infrastrcture as Code (IaC) ● All configuration you need are in one ansible inventory file ○ Add new nodes when the resource is not enough ○ To be a baseline for day 2 maintenance plan to each site Ref: GitHub - openshift/openshift-ansible
OpenShift Route v.s. K8S Ingress Ref: https://blog.openshift.com/kubernetes-ingress-vs-openshift-route/ Feature Ingress on k8s Route on OpenShift Standard Kubernetes object X External access to services X X Persistent (sticky) sessions X X Load-balancing strategies (e.g. round robin) X X Rate-limit and throttling X X IP whitelisting X X TLS edge termination for improved security X X TLS re-encryption for improved security X TLS passthrough for improved security X Multiple weighted backends (split traffic) X Generated pattern-based hostnames X Wildcard domains X
Container Application Metrics Aggregation Ref: https://github.com/LutzLange/OpenShift-Labs/blob/master/OpenShift-Lab.adoc#cluster-metrics-introduction ● For HPA and collect metrics per pod/project purpose HPA: Horizontal Pod Autoscaler
Operator Lifecycle Management (OLM) ● A framework for extending Kubernetes objects (CRD) ● Help you to install, update and manage lifecycle running across your clustes Let developer to implement operation tools on k8s CRD: Custom Resource Definition Ref: https://www.redhat.com/en/blog/introducing-operator-framework-building-apps-kubernetes
How Do You Learn About Cloud Native Technologies? Top learning sources are 1. Documentation 2. Meetups and Local Events 3. Technical Podcasts Ref: https://www.cncf.io/blog/2018/08/29/cncf-survey-use-of-cloud-native-technologies-in-production-has-grown-over-200-percent/