-
Notifications
You must be signed in to change notification settings - Fork 10
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
[R&D] Istio over vl3 #35
Comments
@ThetaDR Question: is istiod in this picture using the "Istio+NSM cluster"'s k8s-api-server? |
@edwarnicke Yes, the istiod on the first cluster uses k8s-api-server of “Istio+NSM cluster”. Workload-2 will add WorkloadEntry to it via grpc service. |
Current status: Reproducing the setup for VM of istio. Have faced the problem - istio-sidecar doesn't start on ubuntu container (systemctl), as possible solutions - finding the binary for a sidecar and manually starting it and using the docker image, but tweaking it's entrypoint. |
I was able to create a proof-of-concept example: I used manual istio sidecar injection and replaced some of the configs it added. A sample of input and output of running commands in the example can be found here: Now we plan to automate it, to avoid all of the manual configuration that I added to this example. |
Updated automation proposal: Tasks with rough time estimations:
Time for risks is not included here. |
|
We have to add WorkloadEntries for the workloads. One of the ways is adding GRPC service to do so automatically.
Another question is how many istio clusters should be supported - just one or multiple?
Here's a link for diagram with the setup: https://drive.google.com/open?id=1k0hWlgdapko50vI3BQ2rOA0FgQiWxQa6
The text was updated successfully, but these errors were encountered: