Use cloud-init to configure: Setting a default locale · Setting the hostname · Generating and setting up SSH private keys · Setting up ephemeral mount points
Cloud-init Cloud-init 는 클라우드 인스턴스 초기화 도구로 시스템을 부팅하는 동안 클라우드 인스턴스/VM 또는 네트워크 구성을 자동화한다. Canonical에서 구축한 오픈소스 솔루션이며 다양한 클라우드 제공자들이 이 Cloud-init 을 사용하고 있
Azure에서 프로비저닝 시간에 VM을 구성하는 cloud-init 기능의 개요입니다.
Official upstream for the cloud-init: cloud instance initialization - canonical/cloud-init
Stack Overflow | The World’s Largest Online Community for Developers
Some of the things it configures are: setting a default locale · setting hostname · generate ssh private keys · adding ssh keys to user's .ssh/authorized_keys so they can log in · setting up ephemeral mount points
Many Linux distributions provide ready-to-use Cloud-Init images, mostly designed for OpenStack. These images will also work with Proxmox VE. While it may seem convenient to get such ready-to-use images, we usually recommended to prepare the images by yourself. The advantage is that you will know exactly what you have installed, and this helps you later to easily customize the image for your needs. Once you have created such a Cloud-Init image we recommend to convert it into a VM template. From a...
Versions latest stable 24.1 23.4.1 23.4 23.3.3 23.3.2 23.3.1 23.3 23.2.2 23.2.1 23.2 23.1.2 23.1.1 23.1 22.4.2 22.4.1 22.4 22.3.4 22.3.3 22.3.2 22.3.1 22.3 22.2.2 22.2 22.1_a 21.4 21.3 21.2...
cloud-init은 다양한 클라우드 플랫폼에서 인스턴스 초기화를 위해 사용되는 산업 표준 다중 배포 방법을 제공하며, 모든 주요 퍼블릭 / 프라이빗 클라우드 제공업체의 프로비저닝 시스템 및 베어메탈 설치를 지원 합니다. 클라우드 인스턴스들은 디스크 이미지와 인스턴스 데이터로부터 초기화됩니다. Cloud metadata User data(옵션) Ven...
📑 Generates a cloud-config on the fly and does some provisioning. - lanisce/cloud-init