Skip to content

Commit

Permalink
015.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Mar 1, 2024
1 parent de14ea8 commit 3f01597
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/015_where_do_we_go_from_here.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Where Do We Go From Here?

We have a functioning cluster now, which is to say that I've spent many hours of my life that I'm not going to get back just doing the same thing that [the official documentation](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/) manages to convey in just a few lines.

Or that Jeff Geerling's `geerlingguy.kubernetes` has already managed to do.

And it's not a tenth of a percent as much as [Kubespray](https://kubespray.io/) can do.

Not much to be proud of, but again, this is a personal learning journey. I'm just trying to build a cluster thoughtfully, limiting the black boxes and the magic as much as practical.

In the following sections, I'll add more functionality.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
- [Bootstrapping the First Control Plane Node](./012_bootstrapping_1.md)
- [Joining the Rest of the Control Plane](./013_bootstrapping_2.md)
- [Admitting the Worker Nodes](./014_bootstrapping_3.md)
- [Where Do We Go From Here?](./015_where_do_we_go_from_here.md)

0 comments on commit 3f01597

Please sign in to comment.