KubeSphere Container Platform: KubeSphere is a distributed operating system for cloud-native application management, using Kubernetes as its kernel. Open Source: A CNCF-certified Kubernetes platform, 100% open source, built and improved by the community. Easy to Run: Can be deployed on an existing Kubernetes cluster or …
Read MoreMicroCloud In my previsous post, we have deployed the Microcloud using manual setup. This post shows how to setup the Microcloud using OpenTofu/Terraform. Github Repo for the Code: https://github.com/kkramineni/microcloud Requirements: My OpenTofu Code creates the following Hostname IP Address Specifications micro-01 …
Read MoreMicroCloud MicroCloud allows you to deploy your own fully functional cloud in minutes. It’s a snap package that can automatically configure LXD, Ceph, and OVN across a set of servers. It relies on mDNS to automatically detect other servers on the network, making it possible to set up a complete cluster by running a …
Read MoreOverview Packer uses the HashiCorp Configuration Language - HCL - designed to allow concise descriptions of the required steps to get to a build file. This page describes the features of HCL2 exhaustively HCL Templates reference File structure i have used: Below two files are commonly used by all the templates. which …
Read MoreOverview Packer uses the HashiCorp Configuration Language - HCL - designed to allow concise descriptions of the required steps to get to a build file. This page describes the features of HCL2 exhaustively HCL Templates reference File structure i have used: Below two files are commonly used by all the templates. which …
Read MoreThis Series provides a collection of examples that demonstrate how to use Packer and the Packer Plugin for VMware vSphere to automate the creation of virtual machine images for VMware vSphere environments. HashiCorp Configuration Language ("HCL") is used for the examples Folder structure: Linux Distributions …
Read MoreWhat is OpenTofu? The open source infrastructure as code tool. Previously named OpenTF, OpenTofu is a fork of Terraform that is open-source, community-driven, and managed by the Linux Foundation. The core OpenTofu workflow consists of three stages: Write: Defining resources, which may be across multiple cloud providers …
Read MoreWhat is Packer? Packer is a tool that lets you create identical machine images for multiple platforms from a single source template. Packer can create golden images to use in image pipelines. In this tutorial we will see how to install and get started with Packer on Rocky Linux. Install Packer HashiCorp packer conflict …
Read MoreThis post is part of VMware vShere How to hands-on training that focuses on installing, configuring, and managing VMware vSphere 8, which includes VMware VCSA8 and VMware vCenter8. This course prepares you to administer a vSphere infrastructure for an organization of any size. Ensure the DNS entry is available in DNS …
Read MoreThis post is part of VMware vShere How to hands-on training that focuses on installing, configuring, and managing VMware vSphere 8, which includes VMware ESXi8 and VMware vCenter8. This course prepares you to administer a vSphere infrastructure for an organization of any size. Step1: Create VM In VMware workstation, Go …
Read More