728x90 분류 전체보기444 docker 메일 서버 작업 https://github.com/namshi/docker-smtp telnet 127.0.0.1 25 EHLO test.com1. 발신 메일 주소 입력MAIL FROM:Admin@test.com2. 수신 메일 주소 입력RCPT TO:User@Domain.Com DATASUBJECT:Test MailThis is Test Mail . 2018. 12. 18. kubectl 명령어 Basic Commands (Beginner): create Create a resource from a file or from stdin. expose Take a replication controller, service, deployment or pod and expose it as a new Kubernetes Service run Run a particular image on the cluster set Set specific features on objects Basic Commands (Intermediate): explain Documentation of resources get Display one or many resources edit Edit a resource on the serve.. 2018. 12. 16. k8s 1.13 설치 가이드 k8s 1.13 설치 가이드 sudo yum install yum-utils sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum install -y docker-ce-18.06.1.ce-3.el7.x86_64 systemctl enable docker.service systemctl start docker.service cat 2018. 12. 13. Kubernetes 세미나 자료 정리 Kubernetes 세미나 자료 정리 master node는 3대 구성함. calico 네트워크 모듈 kubespray : 앤서블로 되어 있음.kubeadmin : 공식 어드민 툴 노드를 구성시에는 swapoff를 사용하셔 swap을 해제해야함- 메모리를 80%이상 사용하면 pod를 죽이고 다른곳으로 이동시킴. install pip pip 이란?pip은 파이썬 모듈이나 패키지를 쉽게 설치할 수 있도록 도와주는 도구이다. pip을 이용해서 파이썬 프로그램을 설치하면 의존성 있는 모듈이나 패키지를 함께 설치해 주기 때문에 매우 편리하다. 예를 들어 B라는 파이썬 패키지를 설치하려면 반드시 A라는 패키지가 먼저 설치되어 있어야 하는 규칙이 있다고 할 때 pip을 이용하면 매우 편리하다. pip을 이용하여 B .. 2018. 11. 25. 이전 1 ··· 93 94 95 96 97 98 99 ··· 111 다음 728x90