ClusterAPI - Installation part 2
This is a continuation of my private cloud project. Bastion Finally we have already deployed our OpenStack cluster and it’s time to create a small bastion. In the landscape of infrastructure management, having a bastion is essential for secure access and management of infrastructure. It serves as a centralized entry point, ensuring controlled access, security, and simplified management. In order to accomplish that I’ve created a repository that holds instructions for doing so using Terraform. Here we upload an Ubuntu base image to Openstack, create the bastion and provision it with my personal toolset. ...