본문 바로가기

구글 스터디잼 쿠버네티스 입문6

[회고] 구글 쿠버네티스 스터디잼 스터디장 회고 이로써 쿠버 스터디잼 완료! 이제 기념품만 받으면 끝이다. 미숙해서 부족한 점이 많은 스터디장이었는데 믿고 잘 따라와 준 팀원들께 감사할 뿐이다. 이번 스터디잼 스터디장을 하면서 내가 목표로 했던 것은, 1. 리더쉽은 근면성실함에서 출발한다. 다른 스터디원들보다 훨씬 더 성실하자. 2. 앞장서서 공유하자. 내가 알고 있는 것을 공유하려 노력해야 다른 분들도 공유해주신다. 3. 함께 하는 분위기를 만들자. 교류의 장을 만들고 소통할 수 있는 기회를 늘리자.(톡방 활성화, 팀블로그 생성) 4. 정확하고 빠른 공지와 피드백. 그래서 메일, 톡방 알림은 항상 켜 두었다. 5. 기록하는 스터디. 기억은 휘발성이 강하므로 배운 것을 기록하는 스터디를 만들자. 이렇게 5가지 정도였던 것 같고, 잘 지켜내어 좋은 스터.. 2022. 8. 3.
Continuous Delivery with Jenkins in Kubernetes Engine Overview In this lab, you will learn how to set up a continuous delivery pipeline with Jenkins on Kubernetes engine. Jenkins is the go-to automation server used by developers who frequently integrate their code in a shared repository. The solution you'll build in this lab will be similar to the following diagram: In the Cloud Architecture Center, see Jenkins on Kubernetes Engine to learn more ab.. 2022. 7. 18.
Managing Deployments Using Kubernetes Engine Overview Dev Ops practices will regularly make use of multiple deployments to manage application deployment scenarios such as "Continuous Deployment", "Blue-Green Deployments", "Canary Deployments" and more. This lab is to provide practice in scaling and managing containers so you can accomplish these common scenarios where multiple heterogeneous deployments are being used. What you'll do Practi.. 2022. 7. 18.
Orchestrating the Cloud with Kubernetes Overview In this lab you will learn how to: Provision a complete Kubernetes cluster using Kubernetes Engine. Deploy and manage Docker containers using kubectl. Break an application into microservices using Kubernetes' Deployments and Services. Kubernetes is all about applications. In this part of the lab you will use an example application called "app". Note: App is hosted on GitHub and provides.. 2022. 7. 17.
Kubernetes Engine: Qwik Start Overview Google Kubernetes Engine (GKE) provides a managed environment for deploying, managing, and scaling your containerized applications using Google infrastructure. The Kubernetes Engine environment consists of multiple machines (specifically Compute Engine instances) grouped to form a container cluster. In this lab, you get hands-on practice with container creation and application deploymen.. 2022. 7. 17.
Introduction to Docker Overview Docker is an open platform for developing, shipping, and running applications. With Docker, you can separate your applications from your infrastructure and treat your infrastructure like a managed application. Docker helps you ship code faster, test faster, deploy faster, and shorten the cycle between writing code and running code. Docker does this by combining kernel containerization f.. 2022. 7. 14.