add rkt to glossary (#12361)

* Create rkt.md

* Update rkt.md
This commit is contained in:
Bill Mulligan 2019-02-17 17:24:42 +01:00 committed by Kubernetes Prow Robot
parent 079a91fe79
commit 078b847473
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
title: rkt
id: rkt
date: 2019-01-24
full_link: https://coreos.com/rkt/
short_description: >
A security-minded, standards-based container engine.
aka:
tags:
- security
- tool
---
A security-minded, standards-based container engine.
<!--more-->
rkt is an application {% glossary_tooltip text="container" term_id="container" %} engine featuring a {% glossary_tooltip text="pod" term_id="pod" %}-native approach, a pluggable execution environment, and a well-defined surface area. rkt allows users to apply different configurations at both the pod and application level and each pod executes directly in the classic Unix process model, in a self-contained, isolated environment.