> For the complete documentation index, see [llms.txt](https://cleberjamaral.gitbook.io/mind/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cleberjamaral.gitbook.io/mind/knowledge/it/containers.md).

# clusters

### Containers orchestration

Kubernetes is a great and very accessible tool. Documentation is great. A good first step is starting from [kubernetes bootcamp](https://kubernetesbootcamp.github.io/kubernetes-bootcamp) and [kubernetes basics](https://kubernetes.io/docs/tutorials/kubernetes-basics/), both practical documentation for beginners using [minikube](https://kubernetes.io/docs/setup/learning-environment/minikube/). I have some personal notes on [useful commands](https://gist.github.com/cleberjamaral/2bbf21eb1bddfec8b4c6c01111eba102) using [microk8s](https://microk8s.io/).

Here I have some note about how to install microk8s, a solution for deploying a kubernetes cluster locally. The article [installing kubernetes](/mind/knowledge/it/containers/installing-kubernetes.md) explain how to set up a linux machine for microk8s and the article [deploying bootcamp](/mind/knowledge/it/containers/deploying-bootcamp.md) shows a simples example of deployment.

### Sources

* [kubernetes-with-microk8s](https://ubuntu.com/tutorials/install-a-local-kubernetes-with-microk8s#4-accessing-the-kubernetes-and-grafana-dashboards)
* [microk8s docs](https://microk8s.io/docs/)
* [kubernetes bootcamp tutorial](https://kubernetes.io/docs/tutorials/kubernetes-basics/) ([old version](https://kubernetesbootcamp.github.io/kubernetes-bootcamp/))
* [installing kubernetes locally](https://kubernetes.io/blog/2019/11/26/running-kubernetes-locally-on-linux-with-microk8s/)
* [Java/Cloud: How to Quickly Create a Kubernetes-Ready REST Microservice](https://dzone.com/articles/javacloud-how-to-quickly-create-a-kubernetes-ready)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cleberjamaral.gitbook.io/mind/knowledge/it/containers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
