본문 바로가기

프로그램 활용/클라우드 가상화 도커81

Docker로 PostgreSQL 설치(docker-compose.yml) 출처: [Docker] Docker로 PostgreSQL 설치(docker-compose.yml) :: 너나들이 개발 이야기 (tistory.com) Docker 2022. 5. 20. 16:51 1. PostgreSQL 컨테이너 이미지 가져오기 docker pull postgres 오류 [root@localhost 다운로드]# docker pull postres Using default tag: latest Error response from daemon: pull access denied for postres, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.. 2023. 7. 27.
How To Install Drupal with Docker Compose 출처: How To Install Drupal with Docker Compose | DigitalOcean Published on April 25, 2020 Docker MySQL Drupal LEMP CMS Ubuntu 18.04 Open Source Nginx By Ankit Jain The author selected United Nations Foundation to receive a donation as part of the Write for DOnations program. The original WordPress version of this tutorial was written by Kathleen Juell. Introduction Drupal is a content management .. 2023. 7. 27.
쿠버네티스 설치 쿠버네티스 설치 ⚡️ 목표 쿠버네티스 실습을 위해 클러스터를 설치합니다. 개발 vs 운영 minikube windows macOS linux VirtualBox 설치 k3s 그외 docker for desktop kind 운영환경 #개발 vs 운영 쿠버네티스를 운영환경에 설치하기 위해선 최소 3대의 마스터 서버와 컨테이너 배포를 위한 n개의 노드 서버가 필요합니다. 이러한 설치는 과정이 복잡하고 배포 환경(AWS, Google Cloud, Azure, Bare Metal, ...)에 따라 방법이 다르기 때문에 처음 공부할 때 바로 구축하기는 적합하지 않습니다. 여기선 개발 환경을 위해 마스터와 노드를 하나의 서버에 설치하여 손쉽게 관리하는 방법을 사용합니다. 대표적인 개발 환경 구축 방법으로 miniku.. 2023. 7. 27.
Kubernetes Tools 출처: Install Tools | Kubernetes kubectl The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters. You can use kubectl to deploy applications, inspect and manage cluster resources, and view logs. For more information including a complete list of kubectl operations, see the kubectl reference documentation. kubectl is installable on a variety of Linux platfor.. 2023. 7. 27.
Deploy Drupal on Kubernetes 출처: GitHub - IBM/drupal-on-kubernetes-sample: Setup a Drupal site using Kubernetes and Postgres on IBM Cloud In this Code Pattern, we will setup a Drupal site using Kubernetes and Postgres. Drupal is a popular free and open source content management system used as the backend for millions of web sites worldwide. By splitting out the services into containers, we have the ability to leverage the p.. 2023. 7. 27.