Closed sboeuf closed 6 years ago
We need to implement a need agent implementation related to the Kata Containers agent, and specifically with the introduction of the gRPC protocol here: https://github.com/kata-containers/agent/tree/master/protocols/grpc
This implementation has to use this new protocol in a way that our virtcontainers package will both work with the current hyperstart.go implementation of our agent.
hyperstart.go
@sboeuf this is... kata-agent? Can this be closed?
Yes this is kata_agent.go and this can be closed now.
kata_agent.go
We need to implement a need agent implementation related to the Kata Containers agent, and specifically with the introduction of the gRPC protocol here: https://github.com/kata-containers/agent/tree/master/protocols/grpc
This implementation has to use this new protocol in a way that our virtcontainers package will both work with the current
hyperstart.go
implementation of our agent.