kubernetes/docs/developer-guide.md
2015-07-15 01:25:22 +00:00

2.4 KiB

WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.

Documentation for specific releases can be found at releases.k8s.io.

WARNING WARNING WARNING

Kubernetes Developer Guide

The developer guide is for anyone wanting to either write code which directly accesses the kubernetes API, or to contribute directly to the kubernetes project. It assumes some familiarity with concepts in the User Guide and the Cluster Admin Guide.

Developing against the Kubernetes API

Writing Plugins

  • Authentication Plugins (admin/authentication.md): The current and planned states of authentication tokens.

  • Authorization Plugins (admin/authorization.md): Authorization applies to all HTTP requests on the main apiserver port. This doc explains the available authorization implementations.

  • Admission Control Plugins (admission_control)

Contributing to the Kubernetes Project

See this README.

Analytics