On Sat, 11 Nov 2023 at 12:00 AM, Satya Elipe <satya.el...@gmail.com> wrote:

> Hi All
>
> Any recommendation for go-agent docker image like we have for go-server
> (gocd/go-server:v22.3.0) ?
>
> We are dockerizing a stand-alone g-server runs as an ec2 at the moment but
> would like to move it to ECS.
>
> any inputs will be appreciated.
>

Are you planning to run the go server as an ECS instance and The go agent
as a ECS instance?

You should start by understanding the following:
-  how the containerised server and agent work
- auto registration of the agent
- scaling ECS instances ( for the agent)
- addressing a server instance via an ALB
- the security group settings needed to enable the agent ECS cluster to
connect to the server on port 8153.
- using RDS for the server data ( including migrating from the H2DB to RDS)
- storing files on EFS and making available to the go server instance (
artifacts, configuration, logs)
- sending logs to cloud watch

You could also consider using the Elastic Agent support to use EKS based
agents instead of ECS. See:
https://github.com/gocd/kubernetes-elastic-agents

— Sriram



> Many thanks
> Satya
>
> --
> You received this message because you are subscribed to the Google Groups
> "go-cd" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to go-cd+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/go-cd/CADKEDRrGqba1Oi3Wcu7%2BTJEuKMENkWOc-JbMcKb2XG1Px6BJGQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/go-cd/CADKEDRrGqba1Oi3Wcu7%2BTJEuKMENkWOc-JbMcKb2XG1Px6BJGQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to go-cd+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/CANiY96Y8ZwK5fcVeSsySGLXxdLdPNG356_f-BGVWkaa%3DAA%2BX3w%40mail.gmail.com.

Reply via email to