and the Culture Behind the Tech • KubeCon Opening Keynote - Project Update Sessions • Using Containers for Continuous Integration and Continuous Delivery • Deploying to Kubernetes Thousands of Times Per/Day • Continuous Delivery with Kubernetes at Box • Microservices, Service Mesh, and CI/CD Pipelines: Making It All Work Together • Building Better Containers: A Survey of Container Build Tools • GitOps - Operations by Pull Request
git clone HOGE; b. git checkout -b funcA; c. vi test.java; d. git push origin funcA e. PR を出す f. Merge する(Dev 環境へ反映) g. Docker Image の build h. Registry への upload i. リリース Tag を打つ 2. Kubernetes クラスタへの反映 a. 上記で Tag を打ったことで、Kubernetes Manifest YAML が生成されて PR が自動で出される b. マージすると apply される(本番適用) GitHub k8s YAML manifest GitHub Application Code