본문 바로가기

전체 글

(20)
kubernetes deshboard 외부 접근 참고 https://kubernetes.io/ko/docs/tasks/access-application-cluster/web-ui-dashboard/ 웹 UI (대시보드) 대시보드는 웹 기반 쿠버네티스 유저 인터페이스이다. 대시보드를 통해 컨테이너화 된 애플리케이션을 쿠버네티스 클러스터에 배포할 수 있고, 컨테이너화 된 애플리케이션을 트러블슈팅할 수 kubernetes.io https://github.com/kubernetes/dashboard/blob/master/docs/user/access-control/creating-sample-user.md kubernetes/dashboard General-purpose web UI for Kubernetes clusters. Contribute to kub..
쿠버네티스 인그레스 설정 참조 1 https://kubernetes.io/ko/docs/concepts/services-networking/ingress-controllers/ 인그레스 컨트롤러 인그레스 리소스가 작동하려면, 클러스터는 실행 중인 인그레스 컨트롤러가 반드시 필요하다. kube-controller-manager 바이너리의 일부로 실행되는 컨트롤러의 다른 타입과 달리 인그레스 컨트롤러 kubernetes.io https://kubernetes.github.io/ingress-nginx/deploy/ Installation Guide - NGINX Ingress Controller Installation Guide Attention The default configuration watches Ingress object..
쿠버네티스 배포와 노출 참조 1 https://kubernetes.io/ko/docs/tutorials/hello-minikube/ Hello Minikube 이 튜토리얼에서는 Minikube와 Katacoda를 이용하여 쿠버네티스에서 샘플 애플리케이션을 어떻게 실행하는지 살펴본다. Katacode는 무료로 브라우저에서 쿠버네티스 환경을 제공한다. 참고: 로컬에서 kubernetes.io https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ Deployments A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state in a Deployme..
쿠버네티스 설치 및 설정 2부 참조 https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/#instructions Creating a cluster with kubeadm Using kubeadm, you can create a minimum viable Kubernetes cluster that conforms to best practices. In fact, you can use kubeadm to set up a cluster that will pass the Kubernetes Conformance tests. kubeadm also supports other cluster lifecycle functions, su..
쿠버네티스 설치 및 설정 1부 참조 1 kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd Container runtimes You need to install a container runtime into each node in the cluster so that Pods can run there. This page outlines what is involved and describes related tasks for setting up nodes. This page lists details for using several common container runtimes with kubernetes.io docs.docker.com/engine/i..