Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.5 KB

README.md

File metadata and controls

54 lines (44 loc) · 1.5 KB

This repository primarily offers a tool that enables users to quickly build a private cloud platform on Kubernetes. This platform is mainly intended for the research and study of various cloud-native projects and technologies.

Prerequisites

  • kubectl v1.27.3
  • kind v0.20.0
  • docker
  • flux version 2.2.2
  • $GITHUB_USER
  • $GITHUB_TOKEN

Please ensure that you add the mapping of IP addresses and domain names in your /etc/hosts file. For example, if your local IP is 192.168.0.106, you need to add the following content to your /etc/hosts file.

192.168.0.106 www.private-cloud.com

Technology Stack

Deploy

./install.sh

Test

./test/deployment-test.sh
./test/ingress-test.sh