-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for describeInstance #115
Comments
Currently our Machine interface doesn't expose the underlying client, but we would do that. Please see the discussion on #116. |
Another health check use-case. https://firecracker-microvm.slack.com/archives/CDL3FUR8B/p1572309553045800 |
Hello @olibearo. I think that the definition of "healthy" depends on applications. For example, firecracracker-containerd is launching a small agent process inside a VM. So having a connection to the agent means "healthy" for firecracker-containerd. But other applications would have different definitions. |
I'm interested to have a way to check the healthiness of the VM. In my case, I just run firecracker VMs inside a container. Similar to how Ignite does by spawning inside a Docker container a Firecracker VM so in my case I would need to implement a liveness/readiness endpoint that checks the status of the running VM. |
Hi all,
Firecracker-containerd
GetVMInfo
API doesn't really call the VM API, we want to periodically call some VM API to check if instance is still responsive, we'd like to use describeInstance API for this purpose, but it doesn't seem it's implemented, do you have plan to implement it? Apologize ahead if you already done this.Thanks,
Haikuo
The text was updated successfully, but these errors were encountered: