containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

agent: Implement kata containers agent #514

Closed sboeuf closed 6 years ago

sboeuf commented 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.

egernst commented 6 years ago

@sboeuf this is... kata-agent? Can this be closed?

sboeuf commented 6 years ago

Yes this is kata_agent.go and this can be closed now.