diff --git a/website/src/content/docs/news/2024-11-21-clustertool-release.md b/website/src/content/docs/news/2024-11-21-clustertool-release.md new file mode 100644 index 000000000000..80d5833d6773 --- /dev/null +++ b/website/src/content/docs/news/2024-11-21-clustertool-release.md @@ -0,0 +1,22 @@ +--- +slug: "news/clustertool-release" +title: "Clustertool v1.0.0 Released" +authors: [alfi0812] +date: 2024-11-21 +tags: + - "2024" +--- + +Clustertool has reached a major milestone with the release of version 1.0.0, moving out of its release candidate (RC) phase. +The tool is designed to simplify the process of bootstrapping Talos clusters, offering users a quick and easy way to get started. + +It comes pre-configured with essential Kubernetes components, including Cillium, MetalLB, +and Longhorn, ensuring clusters are equipped with key functionalities right out of the box. +Additionally, all charts required in our Quick Start guide come preinstalled. + +Clustertool also includes a fully configured VS Code devcontainer that automatically installs all the necessary tools for managing and maintaining your Talos clusters. +This addition is a significant time-saver for people setting up their environments. + +Check out the Release Page on github for changelogs and download: [Github](https://github.com/truecharts/public/releases) + +The documentation for all the features Clustertool provides can be found [here](clustertool)