Coder Social home page Coder Social logo

k8s-env-svc-and-eks-iac's Introduction

ENV Manager Applcation


kubernetes secret 업데이트 서비스

Express 기반의 SSR 사용

  • reason
    • 가장 기본이 되는 configmap이나 secret을 비교적 간단하게 업데이트 할 수 있는 기능을 모델로 선정하고 MVP 개발
    • express + next 형태의 간단한 모듈셋으로 backend와 frontend를 구현할 수 있다.
    • 코드의 일관성을 위해 동일한 언어 사용 : typescript
  • use case
    1. 화면 진입 후 SecretList에 보이는 업데이트 하고자 하는 시크릿의 secretName을 클릭
    2. 아래 노출된 get data 버튼 클릭 2-1. 조회된 secret의 data를 확인
    3. 변경하고자 하는 data 값 변경 (key, value)
    4. secret update 버튼 클릭
    5. secret data 업데이트 완료

IaC 플랫폼

EKS

  • 배포하고자 하는 환경변수 관리 서비스를 위해 kubernetes를 사용한 서비스 구현을 목적으로 eks를 사용하였으며 간단하게 구축이 가능하고 kubernetes의 기능들을 활용하고자 선정

crew sharing use-guide doc

어플리케이션 로그 확인 및 재시작

  • kubectl 명령어를 기본으로 합니다.
    • 어플리케이션 log 조회
      • kubectl logs [-f optional] [application-name] --namespace=[app-namespace]
    • 어플리케이션 재시작
      • kubectl rollout restart deployment [application-name] --namespace=[app-namespace]
  • k9s 사용을 지향합니다. kubernetes를 직관적으로 볼 수 있는 대시보드내에서 편리하게 조작이 가능합니다.

IaC terraform plan

  • plan.sh 스크립트 만들어두었습니다.
    • ./plan.sh로 상태 체크하시면 됩니다.

이외 운영에 필요한 정보 docs/README.md

k8s-env-svc-and-eks-iac's People

Contributors

yieon-lyon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.