43 |
--------------------------------------------------------------------------------
/docs/Resources/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Resources
3 | ---
4 |
5 | ## Ansible
6 |
7 | - [Documentation](https://docs.ansible.com/ansible/latest/index.html)
8 |
9 | ## Go
10 |
11 | - [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests)
12 |
13 | ## [Terraform](/Resources/terraform/)
14 |
15 | - [Documentation](https://developer.hashicorp.com/terraform/docs)
16 |
--------------------------------------------------------------------------------
/docs/Resources/terraform.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Terraform
3 | ---
4 |
5 | ## Free
6 |
7 | [Hashicorp Learn: Aws](https://developer.hashicorp.com/terraform/tutorials/aws-get-started) - Hashicorp's official getting started tutorial for AWS
8 |
9 | [Hashicorp Learn: Azure](https://developer.hashicorp.com/terraform/tutorials/azure-get-started) - Hashicorp's official getting started tutorial for Azure
10 |
11 | [Hashicorp Learn: GCP](https://developer.hashicorp.com/terraform/tutorials/gcp-get-started) - Hashicorp's official getting started tutorial for GCP
12 |
13 | [Ned in the Cloud: Terraform Basics](https://www.youtube.com/watch?v=y7ouzxEJUMg&list=PLXb5972EMl4BfKVDMaJH6Pg9SI6q_HqMg) - A great playlist of videos covering the basics of Terraform
14 |
15 | [Awesome-TF](https://github.com/shuaibiyy/awesome-tf) - A curated list of Terraform resources
16 |
17 | ## Paid
18 |
19 | [More than Certified: HashiCorp Terraform](https://courses.morethancertified.com/p/mtc-terraform) - a great course that also covers some fun projects with Docker, k3s, Node-Red IOT, and CICD deployments.
20 |
--------------------------------------------------------------------------------
/docs/Updates/Changelog.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Updates
3 | hide:
4 | - toc
5 | ---
6 |
7 | Below is a running list of commits with changes to the project documentation. GitHub Actions repopulates this list on every commit to `main`. All documentation-related commits should start with `docs` to be included in the updates.
8 |
9 | ---
10 | ## 2025-04-01
11 | - docs: GHA docs bot now live on main by jazo (17235e3)
12 | - docs: added to authors and people by jazo (5f95010)
13 | ## 2025-02-13
14 | - Merge pull request #49 from jamiebarrow/docs/add-github-and-linkedin by Mischa (9d08629)
15 | ## 2025-02-12
16 | - docs: updated my links by James Barrow (b8dfbeb)
17 | ## 2025-01-10
18 | - Merge pull request #42 from mischavandenburg/docs/update-pipeline-instructions by Mischa (7dfce3a)
19 | - docs: update pipeline instructions by Mischa van den Burg (736e89c)
20 | ## 2025-01-09
21 | - docs:added pedro chang by seyza (586831c)
22 | ## 2025-01-01
23 | - docs: Rearranged markdown files and restructured the folders. Minor tweaks to themes. by hyperoot (2ac25a7)
24 | - docs: fix: minor theme fix for search box by hyperoot (421f3ef)
25 | - docs: improved the site and enabled the blogs by hyperoot (2b653a9)
26 | ## 2024-12-31
27 | - docs: update terraform pipeline docs by Lucioschenkel (361ff9b)
28 | ## 2024-12-29
29 | - docs: add documentation around terraform pipeline by Lucioschenkel (ab3321c)
30 | ## 2024-12-25
31 | - docs: include package instructions by Mischa van den Burg (60dcf4d)
32 | ## 2024-08-06
33 | - docs: Adds docs on getting started with Terraform by Rod Stewart (2945005)
34 |
--------------------------------------------------------------------------------
/docs/assets/images/kubecraft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mischavandenburg/kubecraft/d00b83bc4439b38a56e28d1d2fb6b83e80fdf110/docs/assets/images/kubecraft.png
--------------------------------------------------------------------------------
/docs/assets/pages/home.html:
--------------------------------------------------------------------------------
1 | {% extends "main.html" %} {% block styles %} {{ super() }}
2 |
14 | {% endblock %} {% block content %}
15 |
16 |
17 |
18 |
19 |
Welcome to KubeCraft
20 |
21 | Fast-track becoming a (better) DevOps Engineer. Featuring Mentorship
22 | Calls, Courses and a Premium Community. Perfect for any skill level!
23 |