Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the "installation" experience : kubectl apply -f URL #27

Open
jkneubuh opened this issue Jul 20, 2022 · 0 comments
Open

Improve the "installation" experience : kubectl apply -f URL #27

jkneubuh opened this issue Jul 20, 2022 · 0 comments

Comments

@jkneubuh
Copy link
Contributor

The "installation" of fabric-operator to a Kubernetes cluster involves little more than the registration of the operator CRD types to the Kube API controller.

Highlight this feature by installing the operator to a target namespace, using a single kubectl (or kustomization overlay) and a network URL. A great reference of this feature is action can be found at the Argo Workflows Quick Start Guide, illustrating how a multi-component configuration can easily be applied to a cluster with a single copy/paste command block for common deployment targets.

Emulate Argo's 'manifest-based' installations, providing a "one click" activity to realize a Fabric base layer on a target Kubernetes. Effectively Argo is generating the output of kustomization builds, and storing the outputs of the kustomization in revision control. Not only is this technique an incredibly nice accelerator for new start projects, but it sets the basis for a revision-and-change management strategy for the operator as a "platform."

Note that this applies only to starting the operator, console, RBAC permissions to a target namespace only, and a parallel Nginx for ingress. No configuration of a Fabric network is required - just get everything in order for users to start constructing networks with ansible, kubectl/CRDs, or the Console GUI.

Common deployment targets / manifests include:

  • EKS
  • IKS
  • localhost with KIND
  • localhost with Rancher / k3s
  • localhost with minikube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant