본문 바로가기

카테고리 없음

2020-12-21 22시 개발자 글 모음 | "Kubernetes 클러스터에 pri" 외 2개 이야기

SpringBoot로 Hello World 화면에 출력해보기 by 모영진 about Spring

  • public class HelloController () {
  • public String hello (String name
  • Model model) {


multipass 를 활용하여 Ubuntu 20.04 에 k3s 구성하기 by 임정택 about Ubuntu

  • multipass launch --name k3s-node1 --cpus 1 --mem 2048M --disk 20G
  • multipass launch --name k3s-node2 --cpus 1 --mem 2048M --disk 20G
  • multipass launch --name k3s-node3 --cpus 1 --mem 2048M --disk 20G


Kubernetes 클러스터에 private docker registry 설정하기 (MinIO 포함) by 임정택 about Ubuntu,Docker,Kubernetes

  • minio/charts
  • NOTE: This helm chart is in code freeze i
  • e we will only update MinIO releases occastionally by bumping up the version…