본문 바로가기

분류 전체보기122

[AI 막차 탑승 : HyperCLOVA X] HCX J 팀 프로젝트 산출물 및 후기 1. 학습 기간 및 주제 소개2024.06.01 ~ 2024.07.03 까지 한달 간 네이버클라우드 하이퍼클로바X 서비스를 이용하여 스터디 및 서비스 개발을 진행하였습니다.  다양한 직군의 분들과 함께 하이퍼클로바X 서비스를 공부하고 자료를 공유할 수 있었으며 스터디 내용을 토대로 아이디어를 도출하여 점심, 저녁 메뉴 고민이 많은 현대인들에게 식사 메뉴 및 식당을 선정해주는 서비스를 개발하였습니다. 2. 서비스 소개NCP API와 HyperClova X 서비스를 이용한 점메추저메추 서비스이며, 사용자가 위치(지역)과 음식 카테고리를 입력하면 Naver API로 데이터를 1차 가공 후 Beautiful Soup로 필요한 정보를 추출하여 HyperClova X를 이용하여 블로그 내용을 요약하는 서비스 입니다.. 2024. 7. 3.
[k8s] how to use falco secure verification on k8s -- CKS Falco는 클라우드 환경에서 발생할 수 있는 보안 이슈를 탐지하고 알리는 오픈소스 보안 도구입니다. k8s 기반 환경에서 Falco를 사용하여 시스템에서 발생하는 Event를 모니터링 하고, Event 발생 시 조치를 취할 수 있습니다. 1.Falco - docker container로 실행 [참조] https://falco.org/blog/intro-k8s-security-monitoring/ https://falco.org/docs/getting-started/running/#docker-privileged https://github.com/falcosecurity/falco/issues/2469 l 커널 모듈과 함께 falco latest를 실행 docker pull falcosecurity/fa.. 2023. 8. 19.
Kubernetes v1.28: Planternetes https://kubernetes.io/blog/2023/08/15/kubernetes-v1-28-release/ Kubernetes v1.28: PlanternetesAuthors: Kubernetes v1.28 Release Team Announcing the release of Kubernetes v1.28 Planternetes, the second release of 2023! This release consists of 45 enhancements. Of those enhancements, 19 are entering Alpha, 14 have graduated to Beta, and 12 have gradukubernetes.io 2023. 8. 18.
[Azure] Azure Kubernetes Cluster 배포 및 Application 배포 애플리케이션 코드 가져오기 moveho@first-vm:~$ git clone https://github.com/moveho/azure-aks-application.git moveho@first-vm:~$ cd azure-voting-app-redis moveho@first-vm:~/azure-voting-app-redis$ ls LICENSE README.md azure-vote azure-vote-all-in-one-redis.yaml docker-compose.yaml jenkins-tutorial gitclone을 사용해서 소스코드를 받습니다. 다음으로 트리구조를 확인합니다. moveho@first-vm:~/azure-voting-app-redis$ tree . ├── LICENSE ├── REA.. 2023. 7. 26.
AWS vs Azure vs Google 비즈니스에 가장 적합한 클라우드 플랫폼 선택을 위한 비교 https://www.apptunix.com/blog/aws-vs-azure-vs-google-cloud-platform/ AWS vs Azure vs Google: Which Is the Best Cloud Platform? These days cloud computing is a necessity, not an option. And, that's why AWS vs Azure vs Google debate is getting fierce. Here is our take on the same... www.apptunix.com 2023. 7. 26.
AWS Lambda와 Fargate 어느 것이 워크로드에 더 적합한가? 결정 https://www.cloudzero.com/blog/fargate-vs-lambda Fargate Vs. Lambda: The Last Comparison You’ll Ever Need In this guide, we compare AWS Lambda and Fargate in six key areas to help you decide which is better for your workload. www.cloudzero.com 2023. 6. 19.
Docker Compose vs. Kubernetes: Understanding the Differences and Choosing the Right Tool https://levelup.gitconnected.com/docker-compose-vs-kubernetes-understanding-the-differences-and-choosing-the-right-tool-32f3e16fdb43 Docker Compose vs. Kubernetes: Understanding the Differences and Choosing the Right Tool From Local Development to Production Deployments levelup.gitconnected.com 2023. 6. 14.
[k8s] Test Cilium Hubble Cilium은 Kubernetes를 위한 고급 네트워킹 및 보안 기능을 제공하는 오픈 소스 프로젝트입니다. Linux 커널의 eBPF(extended Berkeley Packet Filter) 기술을 활용하여 효율적이고 유연한 네트워킹 및 보안 정책을 가능하게 합니다. Cilium CNI 플러그인은 kube-proxy와 같은 기본 Kubernetes 네트워킹 플러그인을 대체하고 향상된 네트워킹 기능을 제공합니다. 다음 글에서는 Cilium에서만 제공되는 hubble에 대해서 테스트 해보겠습니다. 1.Enable hubble in Cilium 이전 글과 같이 cilium을 정상적으로 kubernetes cluster 환경에서 설치 후 cilium hubble을 사용가능한 상태로 만듭니다. kevin@k8s.. 2023. 6. 12.
[k8s] migrate calico to cilium [설치 참조 문서] https://docs.cilium.io/en/stable/gettingstarted/k8s-install-default/ https://cilium.io/blog/2020/10/06/skybet-cilium-migration/ https://kubernetes.io/ko/docs/tasks/administer-cluster/network-policy-provider/cilium-network-policy/ https://github.com/microservices-demo/microservices-demo [Calico 삭제] calico 관련 daemonset, deploy, po 등을 삭제합니다. kevin@k8s-master:~$ kubectl get po,ds,deploy -.. 2023. 6. 12.
[k8s] Flannel+Calico에서 Cilium으로 CNI Live Migration을 수행하는 방법 https://cilium.io/blog/2020/10/06/skybet-cilium-migration/ How to perform a CNI Live Migration from Flannel+Calico to Cilium This is a guest blog by Josh Van Leeuwen and covers how Josh implemented a CNI live migration for a customer, Sky Betting and Gaming,... cilium.io 2023. 6. 7.