Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 814 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 814 Bytes

Project KubeCraft

This is KubeCraft. The #1 DevOps community on Skool.

https://skool.com/kubecraft

This repository is for managing our community project and documentation.

The documentation is rendered at the following domain:

https://docs.kubecraft.community

Contributing

Please use Conventional Commits

Dev Container

We've set up a simple dev container for the project.

By installing neovim through the neovim-homebrew feature, brew is also available.

Recommended packages

  • 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