본문 바로가기

반응형
SMALL

CI_CD

(97)
How To Call Kubernetes API using Go - Types and Common Machinery https://iximiuz.com/en/posts/kubernetes-api-go-types-and-common-machinery/ How To Call Kubernetes API using Go - Types and Common Machinery How to deal with Kubernetes objects in Go. How to parse JSON into Kubernetes structs. How to create generic Unstructured objects. How to create a runtime.Object by its kind. What are RESTMapper and Scheme? iximiuz.com
[Kubernetes API]How To Call Kubernetes API using Simple HTTP Client https://iximiuz.com/en/posts/kubernetes-api-call-simple-http-client/ How To Call Kubernetes API using Simple HTTP Client There are plenty of reasons to call the Kubernetes API using a CLI or GUI HTTP client. This article will show you how to get the API server address, authenticate requests using certificates and Service Account tokens, and call the API using kubectl in the iximiuz.com
[Kubernetes]Kubernetes API Basics - Resources, Kinds, and Objects https://iximiuz.com/en/posts/kubernetes-api-structure-and-terminology/ Kubernetes API Basics - Resources, Kinds, and Objects The article explains the most fundamental concepts of the Kubernetes API - Resources, API Groups, Kinds, and Objects - preparing the reader to the first access of the API from code. iximiuz.com
[Kubernetes]Have you ever been confused while reading Kubernetes API docs? Have you ever been confused while reading Kubernetes API docs? Wondering what are these: - API groups - Resources - Namespaces - API objects - CRDs - Aggregation layers ...and what are their relationships? I've got a picture for you! #Kubernetes 3:22 AM · Jan 24, 2021
[Cloud]What is cloud native? below is a diagram showing the evolution of architecture and processes since the 1980s. Organizations can build and run scalable applications on public, private, and hybrid clouds using cloud native technologies. This means the applications are designed to leverage cloud features, so they are resilient to load and easy to scale. Cloud native includes 4 aspects: Development process This has progr..
[DevOps] DevOps Readmanp
[CI/CD]개발문화를 code로 만드는 CI/CD 도구: Prow https://leoh0.notion.site/leoh0/code-CI-CD-Prow-aa50953c1e8248cbad9e56a50dd080d5 개발문화를 code로 만드는 CI/CD 도구: Prow 세상에는 여러가지의 CI/CD 도구들이 있고 개발자라면 대부분 1가지 이상의 CI/CD 도구를 사용해 봤을 것입니다. 물론 최근에는 GitHub Actions 와 같은 도구들이 선호되어지나 이런 CI/CD 도구들은 각각 leoh0.notion.site
[CI/Cd]CI/CD 파이프라인 엔진 Dagger의 Node.js SDK https://blog.outsider.ne.kr/1646?fbclid=IwAR2-OYVRMP6068jS0SawwKC87gs2tn9YdC58EN-0p7pkEmX3Ch3EVUTsIwU CI/CD 파이프라인 엔진 Dagger의 Node.js SDK :: Outsider's Dev Story 지난 [CI/CD 파이프라인 엔진 Dagger](https://blog.outsider.ne.kr/1642)에서 Dagger에서 살펴봤는데 여기서 설명했던 Dagger CUE SDK는 현시점을 기준으로는 초기 Dagger CLI가 CUE SDK로 바뀐 거로 봐도 무방... blog.outsider.ne.kr
[Docker]다시 확인하는 도커와 컨테이너를 사용해야 하는 이유 https://www.itworld.co.kr/news/271929?fbclid=IwAR0EAwyv2nmykx1i6kd507KlwEaTiDTgvOd3UN0aOcI4TW-GwOzVYzcD8U0 다시 확인하는 도커와 컨테이너를 사용해야 하는 이유 1981년에 출간된 라는 책은 소프트웨어를 “모호해서 확실히 통제하 www.itworld.co.kr
[GitHub]Github Actions를 이용해 CI/CD 파이프라인 구성하기 Github Actions를 이용해 CI/CD 파이프라인 구성하기 https://hwasurr.io/git-github/github-actions/ Github Actions를 이용해 CI/CD 파이프라인 구성하기 Github Actions를 통해 코드 변경사항 반영에 따라 진행되는 workflow를 자동화하는 과정에 대해 기록합니다. hwasurr.io

반응형
LIST