Back to course home
0% completed
Vote For New Content
Sidecar container in Pods
Tanumoy Majumder
Jul 8, 2023
Lets say we have 3 microservice and we are implementing sidecar for configuration. But configuration for microservice A will be different from microservice B and C.
-
Side car will be an application which will take care to bring configuraion from git (cloud-config). Please correct me if I am wrong.
-
Secondly, is this possible to keep separate sidecar application for each microservice?
-
If for more load microservice B will need vertical scaling. then this Sidecar application will be automatically replicated with application container to new Pods right ?
0
0
Comments
Comments
On this page