Keep It Simple - RKT
Rating: 6 out of 10
IncentivizedUse Cases and Deployment Scope
We were looking at rkt as a way to automate Linux containers on ARM. It is not currently being used and even back then it was turned down. On the other hand there were also positives to rkt compared to docker where rkt focuses on what it is doing and is not a whole new packaging world with a distribution mechanism etc.
Pros
- Running a secure container without messing up with low-level details
- Very clear and straightforward approach to building a container
- A way to go for new projects thinking of containers
- Comprehensive and well-written documentation compatible with UNIX keep it simple way of thinking
Likelihood to Recommend
It is very well suited for local testing where one knows what is being worked on and knows all the dependencies of the software project. On the other hand, it would be less appropriate in situations where a simple chroot can do the trick without the overhead of running a Go application.