This document defines a high level roadmap for rkt development. The dates below should not be considered authoritative, but rather indicative of the projected timeline of the project. The milestones defined in GitHub represent the most up-to-date state of affairs.
rkt is an implementation of the App Container spec, which is still under active development on an approximately similar timeframe.
The version of the spec that rkt implements can be seen in the output of rkt version
.
rkt's version 1.0 release marks the command line user interface and on-disk data structures as stable and reliable for external development. The (optional) API for pod inspection is not yet completely stabilized, but is quite usable.
- app-level seccomp support #1614
- stable gRPC API
- IPv6 support appc/cni#31
- full integration with Kubernetes (aka "rktnetes")
- full integration with
machinectl login
andsystemd-run
#1463 rkt fly
as top-level command #1889- rkt runs on Fedora with SELinux in enforcing mode
- packaged for more distributions
- CentOS #1305
- user configuration for stage1 #2013
- enhanced DNS configuration #2044