Best Practices for SkyWalking Architecture for Multi-Cluster Kubernetes #12588
-
Hello, I'm new to using SkyWalking, and I want to make sure I choose the best option for implementing it in my production environment. For reference, my clusters are:
I have deployed SkyWalking OAP and SkyWalking UI in the
Are these good options for running in production? Do you have any recommendations for managing multi-cluster communication? Is SkyWalking Satellite designed for this purpose? SkyWalking Version: 10.0.1 Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What scenarion are you using? Agent, service mesh or something? |
Beta Was this translation helpful? Give feedback.
No, service mesh obs doesn't rely on agent at all.
And how to do load balancer cross clusters is your choice. We don't recommend foe that.
Satellite is also for in cluster balancing.
The important thing is, the agent(Java) is using grpc, which is a keep-connection http2. So, the most load balancer is connection oriented,not data oriented.