목록Linux/Docker & Kubernetes (5)
+1-1+1-1+1-1+1-1...
[Docker] Docker 시작하기 | 감성 프로그래밍 (tistory.com) [Docker] Docker 시작하기 들어가며 전부터 Docker 기반으로 개발/배포 환경을 꾸미고 싶었는데, 최근에서야 Docker 기반으로 몇개의 작은 프로젝트를 구성하고 배포해보고 있다. 사용해 본 시간이 길지는 않지만, 그간 손에 programmingsummaries.tistory.com
설치 환경 : Centos 7.X Master 서버 > 192.168.60.17 k8s-master Node 1 서버 > 192.168.60.18 k8s-node1 Node 2 서버 > 192.168.60.19 k8s-node2 1. 사전 환경 구성 1) SELinux 설정 쿠버네티스가 Pod Network에 필요한 호스트 파일 시스템에 액세스가 가능하도록 설정 [root@localhost ~]# setenforce 0 [root@localhost ~]# sed -i 's/^SELINUX=enforcing$/SELINUX=permissive/' /etc/selinux/config [root@localhost ~]reboot [root@localhost ~]# sestatus SELinux status: ..
NT만 하던 나에게는 완전 신세계임... 설치하는데 4시간 걸렸는데.. 데쉬보드에서 오류남.....ㅜㅜ configmaps is forbidden: User "system:serviceaccount:kube-system:kubernetes-dashboard" cannot list resource "configmaps" in API group "" in the namespace "default": RBAC: clusterrole.rbac.authorization.k8s.io "Cluster-admin" not foundclose warningpersistentvolumeclaims is forbidden: User "system:serviceaccount:kube-system:kubernetes-dashb..