Krustlet icon
Krustlet icon

Krustlet

Krustlet acts as a Kubelet by listening on the event stream for new pods that the scheduler assigns to it based on specific Kubernetes tolerations.

Cost / License

Platforms

  • Mac
  • Windows
  • Linux
  • Kubernetes
  • Microsoft Azure
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Container Virtualization
  2.  Docker Container
  3.  Kubernetes

 Tags

  • wasm

Krustlet News & Activities

Highlights All activities

Recent activities

Show all activities

Krustlet information

  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    11 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  3,601 Stars
  •  224 Forks
  •  114 Open Issues
  •   Updated  
View on GitHub
Krustlet was added to AlternativeTo by sr00 on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Krustlet?

Krustlet is a tool to run WebAssembly workloads natively on Kubernetes. Krustlet acts like a node in your Kubernetes cluster. When a user schedules a Pod with certain node tolerations, the Kubernetes API will schedule that workload to a Krustlet node, which will then fetch the module and run it.

Krustlet implements the kubelet API, and it will respond to common API requests like kubectl logs or kubectl delete.

In order for an application to run on a Kruslet node, the application must be compiled to WebAssembly and pushed to a container registry.

Official Links