This is KubeCraft. The #1 DevOps community on Skool.
This repository is for managing our community project and documentation.
The documentation is rendered at the following domain:
https://docs.kubecraft.community
Please use Conventional Commits
We've set up a simple dev container for the project.
By installing neovim through the neovim-homebrew feature, brew is also available.
- Terraform is not available as an official dev container feature
- installing Azure CLI through brew allows automatic zsh completion to be installed
# Terraform
brew tap hashicorp/tap
brew install hashicorp/tap/terraform
# Azure CLI
brew install azure-cli