v2.0.0
SKT Container Platform - Release v2.0.0
SK텔레콤에서 GitOps, Declarative 방식의 Kubernetes 서비스 플랫폼이 릴리즈 되었습니다. 이번 릴리즈를 통해서 사용자들은 Production level의 Kubernetes와 다양한 Add-on 서비스들을 GitOps 기반으로 배포관리 할 수 있습니다. 또한, 해당 기능들은 API로도 제공되어 CaaS (Container as a Service)로 활용 할 수 있습니다.
본 릴리즈에는 Kustomize, Helm, Argo Workflow등을 활용하여 복잡한 소프트웨어들을 논리적으로 그룹핑하여 단순화시키고 이를 선언적으로 관리하기 위한 Everything on Kubernetes 기술인 Decapod를 기반으로 LMA (logging, monitoring, alerting) 과 Service Mesh를 배포, 사용할 수 있으며, Kubernetes Cluster-API와 Argo CD를 활용하여 Multi/Hybrid 클라우드 환경에서 손쉽게 Kubernetes Cluster 대한 라이프사이클을 관리할 수 있는 Kubernetes Anywhere 기술이 포함되어 있습니다.
자세한 릴리즈 내용은 릴리즈 문서를 참고하시기 바랍니다.
What's Changed
- Implement workflow templates and workflows for decapod v2 by @estherk0 in #25
- update docs for decapod v2 by @estherk0 in #26
- renamed decapod-site-cd to decapod-manifests by @estherk0 in #27
- add repository_url parameter into application workflow by @estherk0 in #28
- create argocd projects and register applications with projects by @estherk0 in #29
- added new workflow to deal with stale pr and issues by @estherk0 in #34
- Refactor for decapod v2 by @estherk0 in #33
- fix newline problem and imagePullPolicy by @estherk0 in #35
- removed fed namespace by @estherk0 in #36
- removed fed-addons by @estherk0 in #39
- enabled automated sync by @estherk0 in #38
- Add argo namespace to workflowtemplate by @seungkyua in #40
- added missing environment REVISION by @estherk0 in #41
- add secret resource to argo rbac by @robertchoi80 in #42
- Uninstall all servicemesh components by @seungkyua in #45
- add post-process feature for tks by @intelliguy in #30
- servicemesh refactoring by @seungkyua in #44
- added new workflowTemplate to issue access token by @estherk0 in #46
- Add delete namespace role into argo-server by @seungkyua in #47
- fix: renamed duplicate workflow template name by @estherk0 in #48
- fix: added plaintext option to argocd cli by @estherk0 in #49
- TACODEV-798: remove fed-master and unify lma workflows by @intelliguy in #50
- Add prepare-etcd-secret for lma by @Jaesang in #51
- rename tasks to avoid confusion by @robertchoi80 in #54
- start refactoring toward python grpc client by @robertchoi80 in #56
- Create 'lma' namespace before deploy 'lma' apps. by @Jaesang in #53
- createapp: add cluster prefix to app names by @zugwan in #57
- createapp: fix argcd app label by @zugwan in #58
- create sealed-secrets project by @robertchoi80 in #59
- fix app_group variable name by @zugwan in #60
- add workflow to delete app group by @robertchoi80 in #61
- add script for using private registry by @zugwan in #62
- Refactor createapp by @robertchoi80 in #63
- make logging_component selectable by @robertchoi80 in #64
- move app_prefix to workflow param by @robertchoi80 in #65
- Add lint test for WorkflowTemplate by @Jaesang in #66
- LMA workflow 수정 by @robertchoi80 in #67
- remove-lma-uniformed: fix wrong template name by @robertchoi80 in #68
- set 'replace' sync-option for crd-only app by @robertchoi80 in #69
- use new argocd-cli image by @robertchoi80 in #71
- add step to remove leftover resources in lma by @robertchoi80 in #72
- make decapod-argocd-config secret to sync by @zugwan in #74
- remove prometheus CR before LMA appgroup removal by @robertchoi80 in #73
- add 'clusters' to argo rbac by @robertchoi80 in #75
- make it fail when app filter doesn't match by @robertchoi80 in #76
- Refactoring Service-Mesh workflow for tks and decapod by @seungkyua in #70
- add WF to delete individual app by name by @robertchoi80 in #77
- upgrade istio 1.13.1 by @seungkyua in #78
- Admin-tools 워크플로우템플릿 추가: keycloak 설치 by @zugwan in #80
- fix: delete CRDs after normal resources by @robertchoi80 in #81
- bugfix: check app status using exact matching by @robertchoi80 in #82
- add secret patch role for argo by @zugwan in #83
- admin-tools: fix keycloak install configuration by @zugwan in #84
- move eck and kibana installation to servicemesh and fix to delete-apps by @seungkyua in #85
- bugfix: update-decapod-manifest 수정 후 이동 by @robertchoi80 in #87
- disable auto-sync & add CR deletion by @robertchoi80 in #88
- rename hanu-reference to decapod-reference by @robertchoi80 in #89
- remove-admins-tools: fix wrong step name by @zugwan in #90
New Contributors
- @intelliguy made their first contribution in #30
Full Changelog: v1.0...v2.0.0