DNS 설치 (on CentOS 7) DNS 설치는 아래 커맨드를 통해 설치가 가능합니다. $ sudo yum -y install bind DNS 실행 아래 커맨드로 실행을 합니다. $ sudo systemctl enable --now named $ sudo systemctl status named ● named.service - Berkeley Internet Name Domain (DNS) Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2020-11-05 10:27:12 KST; 889ms ago Process: 25609 ExecStart=/usr/sbin/named -u named -c ${NAMEDCONF} $OPTIONS (code=exited, status=0/SUCCESS) Process: 25607 ExecStartPre=/bin/bash -c if...
-
[DNS] CentOS 7 - DNS 설치 및 forwarders 구성
-
[OpenShift] OpenShift 를 이용한 CI(Continuous Integration) 구성
-
[oVirt] Install oVirt 4.3 (Self Hosted Engine)
-
[Kubernetes] Update App (Rolling Update / Rollback)
-
[Kubernetes] Scale App (kubectl scale)
-
[Kubernetes] Expose App (Service 생성)
-
[Kubernetes] Node 상태 확인
-
[Kubernetes] App 확인 (Pod 확인)
-
[Kubernetes] Deployment 생성
-
[Container] podman 을 이용한 container image build