Skip to content

Commit

Permalink
deploy: 27759c1
Browse files Browse the repository at this point in the history
  • Loading branch information
aghilish committed May 14, 2024
1 parent 064d86d commit 799b7ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -3450,15 +3450,17 @@ <h2 id="who-is-creating-operators"><a class="header" href="#who-is-creating-oper
</ul>
<h2 id="practical-example-1"><a class="header" href="#practical-example-1">Practical Example</a></h2>
<p>In the case of Prometheus, I would have to deploy several separate components to get Prometheus up and running, which is quite complex + deploying everything in the right order.</p>
<h1 id="extending-k8s-api-like-a-pro"><a class="header" href="#extending-k8s-api-like-a-pro">Extending k8s api like a pro.</a></h1>
<h1 id="a-crash-course-on-extending-kubernetes---kubebuilder-2024---3140"><a class="header" href="#a-crash-course-on-extending-kubernetes---kubebuilder-2024---3140">A Crash Course on Extending Kubernetes - Kubebuilder 2024 - 3.14.0.</a></h1>
<h1 id="links-4"><a class="header" href="#links-4">Links</a></h1>
<ul>
<li><a href="https://www.youtube.com/watch?v=">Video by Shahrooz Aghili</a></li>
<li><a href="https://killercoda.com/aghilish/scenario/extending_k8s">Killercoda Hands-on Lab</a></li>
</ul>
<h1 id="learning-resources-25"><a class="header" href="#learning-resources-25">Learning Resources</a></h1>
<ol>
<li><a href="https://kubernetes.io/docs/concepts/extend-kubernetes/">Extending k8s</a></li>
<li><a href="https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/">Custom Resources</a></li>
<li><a href="https://kubebuilder.io">Kubebuilder Docs</a></li>
</ol>
<h1 id="notes"><a class="header" href="#notes">Notes</a></h1>
<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion tutorials/extending-k8s.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,17 @@ <h1 class="menu-title">Internal Developer Platform (IDP) Book</h1>

<div id="content" class="content">
<main>
<h1 id="extending-k8s-api-like-a-pro"><a class="header" href="#extending-k8s-api-like-a-pro">Extending k8s api like a pro.</a></h1>
<h1 id="a-crash-course-on-extending-kubernetes---kubebuilder-2024---3140"><a class="header" href="#a-crash-course-on-extending-kubernetes---kubebuilder-2024---3140">A Crash Course on Extending Kubernetes - Kubebuilder 2024 - 3.14.0.</a></h1>
<h1 id="links"><a class="header" href="#links">Links</a></h1>
<ul>
<li><a href="https://www.youtube.com/watch?v=">Video by Shahrooz Aghili</a></li>
<li><a href="https://killercoda.com/aghilish/scenario/extending_k8s">Killercoda Hands-on Lab</a></li>
</ul>
<h1 id="learning-resources"><a class="header" href="#learning-resources">Learning Resources</a></h1>
<ol>
<li><a href="https://kubernetes.io/docs/concepts/extend-kubernetes/">Extending k8s</a></li>
<li><a href="https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/">Custom Resources</a></li>
<li><a href="https://kubebuilder.io">Kubebuilder Docs</a></li>
</ol>
<h1 id="notes"><a class="header" href="#notes">Notes</a></h1>
<blockquote>
Expand Down

0 comments on commit 799b7ae

Please sign in to comment.