Open Issues Need Help
View All on GitHub 🟢 Preparar carpeta bonus/ como entorno aislado para extensión about 2 months ago
AI Summary: Create a new directory named `bonus/` in the root of the repository. This directory should contain all necessary manifests and configurations to set up a local Kubernetes cluster and GitLab instance, independent of the existing Part 3 setup. The goal is to isolate this bonus environment, making it reproducible from scratch using only the contents of the `bonus/` directory.
Complexity:
3/5
enhancement good first issue
Tener un clúster Kubernetes funcional en local about 2 months ago
AI Summary: Set up a local Kubernetes cluster using k3d, deploy a test pod or service, and verify cluster functionality via kubectl. This involves using the provided project's scripts and potentially modifying them to achieve the desired outcome. The goal is to have a functional Kubernetes cluster ready for further development.
Complexity:
3/5
enhancement good first issue