-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat(istio): re-onboard + upgrade + split #843
Conversation
Signed-off-by: David van der Spek <[email protected]>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
Signed-off-by: David van der Spek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, mostly, see the ref incorrect providers in desc.
Other than that, is there nothing in one of these apps, that is dependent on one of the others, or is it all completely independent, yet they work seemlessly together?
@@ -0,0 +1,17 @@ | |||
name: istio-cni-gcp | |||
description: Installs istio-cni on an aws eks cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gcp gke
@@ -0,0 +1,17 @@ | |||
name: istio-cni-azure | |||
description: Installs istio-cni on an aws eks cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
azure aks
@@ -0,0 +1,15 @@ | |||
name: istio-ingress-azure | |||
description: Installs istio-ingress on an aws eks cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
@@ -0,0 +1,15 @@ | |||
name: istio-ingress-gcp | |||
description: Installs istio-ingress on an aws eks cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
@@ -0,0 +1,28 @@ | |||
name: kiali-azure | |||
description: Installs kiali on an aws eks cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
kiali/plural/recipes/kiali-gcp.yaml
Outdated
@@ -0,0 +1,28 @@ | |||
name: kiali-gcp | |||
description: Installs kiali on an aws eks cluster |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
Signed-off-by: David van der Spek <[email protected]>
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.14.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
This PR upgrades our Istio installation and migrates it from the Operator installation mechanism to the (new) Helm charts. It also splits the installation of the control plane (istio discovery), ingress (istio-ingress) and optional CNI plugin (istio-cni) into separate applications to follow security best practices. Similarly and to improve user clarity and maintainability the Kiali installation is split into a separate application.
Test Plan
Checklist
plural from-grafana
to convert a grafana dashboard found via google to our CRDpluralsh/module-library
to accelerate this