프로그램 활용171 쿠버네티스 설치 쿠버네티스 설치 ⚡️ 목표 쿠버네티스 실습을 위해 클러스터를 설치합니다. 개발 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. Kubernetes Drupal Deployment Guide Kubernetes Drupal Deployment Guide by Nikhath K | Feb 13, 2023 출처: Kubernetes Drupal Deployment Guide (bobcares.com) Get ready to learn more about Kubernetes drupal deployment. Our Drupal Support team is here to lend a hand with your queries and issues. Kubernetes Drupal Deployment Guide Drupal is a well-known open-source content management system. It allows users to create and manage websites e.. 2023. 7. 27. Drupal + Apache + PostgreSQL Drupal + Apache + PostgreSQL 출처: Drupal + Apache + PostgreSQL — wdocs 1.0 documentation https://www.howtoforge.com/tutorial/how-to-install-drupal_8-with-apache-and-ssl-on-ubuntu-15-10/ Tested on Ubuntu Xenial (16.04) Install prerequirements: sudo apt update sudo apt install postgresql apache2 php libapache2-mod-php7.0 php7.0-gd php7.0-xml php7.0-pgsql a2enmod rewrite ssl systemctl restart apache.. 2023. 7. 27. 이전 1 ··· 21 22 23 24 25 26 27 ··· 35 다음