본문 바로가기

kubernetes, helm, rancher

(22)
kubernetes pod resources, env, ReplicationController 기본적인 kubernetes resource, option 등을 설명한 블로그입니다. 추가적인 기능을 보고싶으시면 docs를 참고바랍니다. https://kubernetes.io/docs/home/ Kubernetes Documentation Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation. kubernetes.io resource limits를 초과해서 사용하는 파드들..
kubernetes pod, static pod, self-healing, container type 기본적인 kubernetes resource, option 등을 설명한 블로그입니다. 추가적인 기능을 보고싶으시면 docs를 참고바랍니다. https://kubernetes.io/docs/home/ Kubernetes Documentation Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation. kubernetes.io kubectl edit pod [pod name] ->..
kubernetes namespace, resourcequota 기본적인 kubernetes resource, option 등을 설명한 블로그입니다. 추가적인 기능을 보고싶으시면 docs를 참고바랍니다. https://kubernetes.io/docs/home/ Kubernetes Documentation Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation. kubernetes.io namespace는 하나의 cluster라고 생각하면 ..
kubernetes란? 기본적인 kubernetes resource, option 등을 설명한 블로그입니다. 추가적인 기능을 보고싶으시면 docs를 참고바랍니다. https://kubernetes.io/docs/home/ Kubernetes Documentation Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation. kubernetes.io kubernetes란 컨테이너를 도커 플랫폼에 올려서 ..
http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused error while installing kubernetes https://github.com/kubernetes/kubeadm/issues/1893 The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tc i have installed kubernetes on rhel7.4 when i run kubeadm init i am getting error like The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localh... github.com sudo mkdir /etc..
kubernetes setting in ubuntu 1. Docker install Old Docker Remove sudo apt-get remove docker docker-engine docker.io containerd runc Set up the repository $ sudo apt-get update $ sudo apt-get install -y\ ca-certificates \ curl \ gnupg \ lsb-release $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg $ echo \ "deb [arch=$(dpkg --print-architecture) s..