community/contributors/devel
Timo Reimann c23128b206 Add note about CDPATH interaction with scripts. (#705) 2017-06-12 15:12:13 -07:00
..
developer-guides imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
gubernator-images imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
local-cluster update docs to correct config 2017-04-22 02:25:38 -05:00
release fix spreadsheet link 2017-05-04 16:31:07 -07:00
README.md Update `contributors/devel/README.md` to reference `testing.md` 2017-06-04 20:02:50 -04:00
adding-an-APIGroup.md Fixed some typo in community documents. 2017-02-06 11:24:04 +08:00
api-conventions.md API: avoid bool fields 2017-05-17 08:30:03 -07:00
api_changes.md updates references to Semantic.DeepEqual routine (#546) 2017-05-19 15:03:04 -07:00
automation.md Fixed some typo in community documents. 2017-02-06 11:24:04 +08:00
bazel.md Update Bazel documentation to current state-of-the-world 2017-01-26 12:04:07 -08:00
cherry-picks.md Fix cherry-picks link. 2017-03-28 14:32:07 -07:00
client-libraries.md Merge pull request #459 from WilliamDenniss/patch-1 2017-03-29 14:48:23 -07:00
coding-conventions.md fix link 2017-03-18 22:37:05 +08:00
collab.md Update collab.md 2016-12-15 21:31:18 -08:00
community-expectations.md corrected # of pull requests 2017-03-01 19:49:32 +05:30
container-runtime-interface.md Update the CRI doc for 1.6 2017-03-16 10:52:45 -07:00
controllers.md Fix link for factory methods of informers 2017-05-14 01:15:30 +05:30
development.md Add note about CDPATH interaction with scripts. (#705) 2017-06-12 15:12:13 -07:00
e2e-node-tests.md fix error links in test docs 2017-02-22 11:11:18 +08:00
e2e-tests.md Fix munger config broken link,The munger config directory has moved to https://github.com/kubernetes/test-infra/tree/master/mungegithub 2017-04-18 17:37:13 +08:00
faster_reviews.md consolidate pull-requests.md, faster_reviews.md, and pull-request-commands.md 2017-05-15 09:05:11 -07:00
flaky-tests.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
flexvolume.md Fix links to example files 2017-04-22 22:24:42 +02:00
generating-clientset.md Merge pull request #579 from spzala/clientgenanalytics 2017-04-28 11:36:06 -07:00
getting-builds.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
git_workflow.png imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
go-code.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
godep.md contributors/devel: update godeps instructions with more hack scripts 2017-04-28 16:23:46 -07:00
gubernator.md Fixed some typo in community documents. 2017-02-06 11:24:04 +08:00
how-to-doc.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
instrumentation.md Update metric instrumentation guide 2017-01-10 10:59:05 +01:00
issues.md Update issues.md 2016-12-15 21:37:18 -08:00
kubectl-conventions.md Fix the link of /pkg/kubectl/cmd/logs.go 2017-03-29 22:27:57 +08:00
kubelet-cri-networking.md remove UNVERSIONED_WARNING (#382) 2017-02-17 14:50:10 -06:00
kubemark-guide.md Improved kubemark-guide to reflect recent changes 2017-01-18 23:09:17 +01:00
logging.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
mesos-style.md fix link of multiple-scheduler 2017-04-09 16:43:34 +08:00
node-performance-testing.md fix error links in test docs 2017-02-22 11:11:18 +08:00
on-call-build-cop.md Fix "Stack Overflow" across docs. 2017-05-29 10:01:59 -07:00
on-call-rotations.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
on-call-user-support.md Fix "Stack Overflow" across docs. 2017-05-29 10:01:59 -07:00
owners.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
pr_workflow.dia imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
pr_workflow.png imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
profiling.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
pull-requests.md consolidate pull-requests.md, faster_reviews.md, and pull-request-commands.md 2017-05-15 09:05:11 -07:00
running-locally.md correct user guide url 2017-02-24 14:26:42 +08:00
scheduler.md Correct wrong path for generic_scheduler.go file 2017-05-19 14:35:03 -07:00
scheduler_algorithm.md correct user guide url 2017-02-24 14:26:42 +08:00
security-release-process.md Fix typo 2017-05-20 10:38:37 -04:00
strategic-merge-patch.md Write guide on how to evolve the strategic merge patch format. 2017-05-05 09:15:00 -07:00
testing.md Minor update for testing.md. 2017-05-10 11:35:04 +08:00
update-release-docs.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
updating-docs-for-feature-changes.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
writing-a-getting-started-guide.md imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
writing-good-e2e-tests.md fix error links in test docs 2017-02-22 11:11:18 +08:00

README.md

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.

The process of developing and contributing code to the Kubernetes project

  • On Collaborative Development (collab.md): Info on pull requests and code reviews.

  • GitHub Issues (issues.md): How incoming issues are reviewed and prioritized.

  • Pull Request Process (pull-requests.md): When and why pull requests are closed.

  • Kubernetes On-Call Rotations (on-call-rotations.md): Descriptions of on-call rotations for build and end-user support.

  • Faster PR reviews (faster_reviews.md): How to get faster PR reviews.

  • Getting Recent Builds (getting-builds.md): How to get recent builds including the latest builds that pass CI.

  • Automated Tools (automation.md): Descriptions of the automation that is running on our github repository.

Setting up your dev environment, coding, and debugging

  • Development Guide (development.md): Setting up your development environment.

  • Testing (testing.md): How to run unit, integration, and end-to-end tests in your development sandbox.

  • Hunting flaky tests (flaky-tests.md): We have a goal of 99.9% flake free tests. Here's how to run your tests many times.

  • Logging Conventions (logging.md): Glog levels.

  • Profiling Kubernetes (profiling.md): How to plug in go pprof profiler to Kubernetes.

  • Instrumenting Kubernetes with a new metric (instrumentation.md): How to add a new metrics to the Kubernetes code base.

  • Coding Conventions (coding-conventions.md): Coding style advice for contributors.

  • Document Conventions (how-to-doc.md) Document style advice for contributors.

  • Running a cluster locally (running-locally.md): A fast and lightweight local cluster deployment for development.

Developing against the Kubernetes API

  • The REST API documentation explains the REST API exposed by apiserver.

  • Annotations (Annotations): are for attaching arbitrary non-identifying metadata to objects. Programs that automate Kubernetes objects may use annotations to store small amounts of their state.

  • API Conventions (api-conventions.md): Defining the verbs and resources used in the Kubernetes API.

  • API Client Libraries (client-libraries.md): A list of existing client libraries, both supported and user-contributed.

Writing plugins

  • Authentication (Authentication): The current and planned states of authentication tokens.

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

  • Admission Control Plugins (admission_control)

Building releases

See the kubernetes/release repository for details on creating releases and related tools and helper scripts.

Analytics