본문 바로가기

샤인의 IT (막 적는) 메모장

검색하기
샤인의 IT (막 적는) 메모장
프로필사진 신샤인

  • 분류 전체보기 (81)
    • Talk (6)
    • Program (1)
    • Open Source (5)
    • Programming (24)
      • JAVA (9)
      • Python (10)
      • Bash (5)
    • Cloud Infra (9)
      • Linux (6)
      • Public Cloud (3)
    • Container (24)
      • Docker (9)
      • Kubernetes 기본 (9)
      • Kubernetes 처리 (6)
    • IaC (4)
      • Vagrant (4)
    • DevOps (4)
    • Kubernetes 심화 주제 (2)
    • Toy (1)
Guestbook
반응형
Notice
Recent Posts
Recent Comments
Link
«   2025/10   »
일 월 화 수 목 금 토
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
  • Kubernetes
  • multivm
  • aws #engineer
  • 초간단파이썬
  • container
  • devops #jenkins
  • python
  • k8s
  • springboot
  • linux
  • ioredirection
  • 파이썬
  • Engineer
  • nginx
  • 컨테이너
  • RSS
  • docker
  • namespace
  • bash
  • java
  • Vagrant
  • variable
  • Strimzi
  • DOIK
  • devops #engineer
  • WEB
  • httpd실행
  • 도커
  • 쿠버네티스
  • mongodb operator
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록multivm (1)

샤인의 IT (막 적는) 메모장

[Vagrant] Multi VM

여러 VM을 설정 예를 들어 WEB - WAS - DB 3Tier 구조의 5대의 VM을 생성하고 싶다! 면 config.vm.define을 각 VM에 맞게 정의한다. #Vagrantfile Vagrant.configure("2") do |config| config.hostmanager.enabled = true config.hostmanager.manage_host = true ### Nginx VM ### config.vm.define "web01" do |web01| web01.vm.box = "ubuntu/xenial64" web01.vm.hostname = "web01" web01.vm.network "private_network", ip: "192.168.33.11" end ### tomcat ..

IaC/Vagrant 2022. 1. 17. 17:20
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바