Skip to content

Releases: J-Hoplin/Kubernetes-Virtual-Cluster

v 0.2.0 : Project's core language has been changed(Python3 -> Golang)

09 Aug 19:53
ee486c9
Compare
Choose a tag to compare

Announcement

Python3 version is now deprecated and no longer maintained!

If you want to use Python3 version, follow this branch(But not recommended)

What's new?

  • The base language of this project has been changed to go language.
  • There are more advantages than Python in CLI production, and open source called cobra was used for this project
  • Apply the concept of concurrency programming using goroutine to show improved performance compared to Python version

Update

28 Jun 18:11
4ad98f6
Compare
Choose a tag to compare
  • PV/PVC 대응 준비
  • Helm Chart 대응 점검(v0.1.1에 적용)

v 0.0.3

12 Apr 17:02
40a33c6
Compare
Choose a tag to compare
  • 워커노드 인스턴스 유효성 검사 / 존재여부 검사 데코레이터 추가 및 적용
  • 최적화
  • 유틸리티 클래스 분리
  • 디렉토리 구조 변경

v 0.0.2

09 Apr 16:21
674fb42
Compare
Choose a tag to compare
  • Worker Node 클러스터 내에서 삭제기능 추가
  • Multipass Instance 이름 format 적용
  • 악의적인 조작에 대한 방지 코드 적용
  • 하드코딩 문자열, 중복코드 제거

Version 0.0.1

09 Apr 16:21
Compare
Choose a tag to compare
  • Initial Version