Skip to content

Commit

Permalink
docs: insert cert-manager after namespaces in expose a service
Browse files Browse the repository at this point in the history
The progression of namespaces, cert-manager, then gateway api and istio
makes much more sense than the previous progression of gateway api,
namespaces, istio.

cert-manager builds nicely on top of namespaces.  gateway api are only
crds necessary for istio.

This patch also adds the local-ca component which surfaces issue #237
The Kubernetes APIObjects are unnecessarily constrained to resources we
define in the schema.  We need to move the marshal code into package
holos so the user can add their own resource kinds.
  • Loading branch information
jeffmccune committed Sep 12, 2024
1 parent 6f39cc6 commit 4de88b3
Show file tree
Hide file tree
Showing 10 changed files with 590 additions and 150 deletions.
5 changes: 5 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
"buildplan",
"cainjector",
"CAROOT",
"certificaterequests",
"certificatesigningrequests",
"clsx",
"clusterissuer",
"clusterissuers",
"clusterrole",
"clusterrolebinding",
"configmap",
Expand Down Expand Up @@ -71,6 +74,7 @@
"Kustomizations",
"kustomize",
"ldflags",
"leaderelection",
"libnss",
"loadbalancer",
"mattn",
Expand Down Expand Up @@ -117,6 +121,7 @@
"startupapicheck",
"stefanprodan",
"structpb",
"subjectaccessreviews",
"svclb",
"systemconnect",
"tablewriter",
Expand Down
Loading

0 comments on commit 4de88b3

Please sign in to comment.