profile
Shout out to Kubernetes⎈
post-thumbnail

EKS Security #2

이번 포스팅에서는 EKS IRSA에 대해 알아보겠다.

4일 전
·
0개의 댓글
·
post-thumbnail

EKS Security #1

이번 포스팅은 EKS Secutity에 대한 내용이다. 인증/인가와 IRSA 2가지 주제에 대해 다뤄보도록 하겠다.

5일 전
·
0개의 댓글
·
post-thumbnail

Karpenter

이번 포스팅에서는 Karpenter에 대해서 알아보겠다. Karpenter? > Karpenter automatically launches just the right compute resources to handle your cluster's applications.

2023년 5월 27일
·
0개의 댓글
·
post-thumbnail

EKS Autoscaling

이번 포스팅에서는 EKS Autoscaling에 대해 알아보겠다.

2023년 5월 26일
·
0개의 댓글
·
post-thumbnail

EKS Observability

k8s 클러스터를 좀 더 안정적으로 운영하고 디버깅하기 위해서는 모니터링툴과 로깅 아키텍처가 필요하다. 이번 포스팅에서는 EKS의 모니터링과 로깅에 대해서 다뤄보겠다.

2023년 5월 19일
·
0개의 댓글
·
post-thumbnail

EKS Storage & Node 관리

이번 포스팅에서는 EKS의 Storage에 대해 다뤄보겠다.

2023년 5월 12일
·
0개의 댓글
·
post-thumbnail

AEWS Study 원클릭 배포

Amazon EKS 원클릭 배포 (EFS 생성 추가)

2023년 5월 12일
·
0개의 댓글
·
post-thumbnail

EKS Networking

이번 포스팅에서는 EKS Network에 대해 알아보겠다.

2023년 5월 1일
·
0개의 댓글
·
post-thumbnail

Amazon EKS

Amazon EKS is a managed Kubernetes service to run Kubernetes in the AWS cloud and on-premises data centers.

2023년 4월 24일
·
0개의 댓글
·
post-thumbnail

Kubernetes Security

이번 포스팅에서는 kubernetes 보안에 대해 다뤄보겠다.

2023년 4월 7일
·
0개의 댓글
·
post-thumbnail

Monitoring & Logging

이번 포스팅은 k8s Monitoring 과 Logging에 대한 내용이다.

2023년 3월 30일
·
0개의 댓글
·
post-thumbnail

gitOps

이번 포스팅은 k8s를 활용한 gitOps에 대한 내용이다.

2023년 3월 23일
·
0개의 댓글
·
post-thumbnail

Kubernetes Storage

An instance store provides temporary block-level storage for your instance. This storage is located on disks that are physically attached to the host

2023년 3월 17일
·
0개의 댓글
·
post-thumbnail

AWS LoadBalancer Controller

AWS Load Balancer Controller is a controller to help manage Elastic Load Balancers for a Kubernetes cluster.

2023년 3월 16일
·
0개의 댓글
·
post-thumbnail

AWS VPC CNI

Amazon EKS implements cluster networking through the Amazon VPC Container Network Interface(VPC CNI) plugin.

2023년 3월 16일
·
0개의 댓글
·
post-thumbnail

Node Scale out & ETCD backup/restore

Node scale out & ETCD backup/restore with kops

2023년 3월 10일
·
2개의 댓글
·
post-thumbnail

Installing Kubernetes with kops on AWS

kops를 이용하여 k8s를 설치해보자

2023년 3월 10일
·
0개의 댓글
·
post-thumbnail

Managing Secret with Terraform

이번 포스팅에서는 terraform에서의 key 암호화에 대해 알아보겠다.terraform을 통해 AWS RDB를 만든다고 가정했을 때, terraform 코드에 계정과 패스워드가 평문으로 들어갈 수 있다. rdb.tf이런 민감정보들이 소스코드 관리 툴이나 버전관리 시

2022년 12월 11일
·
0개의 댓글
·
post-thumbnail

반복문과 조건문

Terraform은 선언적 언어로, Kubernetes의 yaml/json manifest 파일처럼 실제 배포된 내용을 정확히 나타내는데 유용하다. 파일의 내용을 보고 마지막 상태를 추론할 수 있는 장점이 있는데, 보통 선언적 언어는 for 반복문, if문을 지원하지

2022년 12월 11일
·
0개의 댓글
·
post-thumbnail

Terraform module

A Terraform module is a set of Terraform configuration files in a single directory. Even a simple configuration consisting of a single directory with

2022년 11월 12일
·
0개의 댓글
·