본문 바로가기

K3S3

k3s 라즈베리파이 클러스터 ArgoCD 설치 소개해당 글은 라즈베리파이를 활용해 클러스터를 구성하고 그 뒤에 무엇을 했는지에 대한 설명입니다. 특히 그 중에서 CI/CD 도구인 ArgoCD 를 설치한 내용을 글로 적어봤습니다. 목적개인적으로 사이드 프로젝트를 천천히 돌리다보니 수동으로 배포하는 과정이 반복되고 시간이 아깝게 느껴지는 순간들이 생겼습니다. 간단한 백엔드 서버를 클러스터에 배포하는 것도 처음에만 오래 걸리고 그 뒤로는 동일한 프로세스를 계속 반복하게 되었습니다. 그래서 배포 시간을 줄이고 개발 시간을 늘리면서 개발 사이클이 더 빨리 돌아갈 수 있도록 CI/CD 를 도입하기로 결정했습니다. CI/CD 소개Continuous Integration (CI) 과 Continuous Delivery (CD) 에 대해서 먼저 볼까 합니다. 사실,.. 2023. 10. 12.
k3s Basic Setup Introduction After finally receiving my last raspberry pi 4 8gb, I setup a k3s cluster. To those reading this post, they may think that it's a great feat or something magical. But no, unfortunately or fortunately, there are smart people out there who already coded repositories for people like me. Steps All you really need to do are small steps, literally no coding at all. First and foremost .. 2022. 6. 1.
Basic k3s with Raspberry Pi Introduction As my crawling project with scrapy is progressing, I need to start processing the data that streams from the crawler. Since scrapy can work in an asynchronous manner, a message queue to receive the items should be good for me. Thus, for the storage a document database is probably going to be used such as mongodb. And for the message processing, redis or rabbitmq seemed like a good i.. 2022. 6. 1.