Anish Mukherjee

Results 23 issues of Anish Mukherjee

Redis is used as a central registry server which is an unneeded dependency. Using Raft consensus with BadgerDB as a storage mechanism, we can maintain replicated states across all nodes....

Use the [libpod api](https://github.com/containers/podman/tree/main/libpod) of [podman](https://github.com/containers/podman) to replace docker for single node container orchestration. Benefits:- 1. Podman creates rootless containers by default and hence is much more safer 2. With...

After spawning the MySQL container if you delete it and spawn it again via running gasper then the MySQL server doesn't start This issue is fixed by deleting the container...

bug

One possible way is to use network mounted volumes using https://github.com/chrislusf/seaweedfs or https://godoc.org/github.com/control-center/serviced/dfs/nfs In this manner, databases would survive node failure

enhancement
Hard
needs research

Currently, SWS deploys application containers to only 1 server. But we also want the functionality to deploy same application containers to multiple servers and load balance requests across them. So...

enhancement
question
Hard
needs research

https://godoc.org/github.com/docker/docker/client#Client.ContainerExecAttach Returns a hijacked connection struct Use the hijacked connection's `net.Conn` to write and `bufio.Reader` to read

the goroutine at https://github.com/sdslabs/gasper/blob/develop/services/genssh/controller.go#L84 might never be terminated if the channel is not closed

question

Refer https://godoc.org/github.com/docker/docker/client#Client.ContainerExecResize