community/contributors/devel
k8s-ci-robot 98d87ab432
Merge pull request #2248 from wojtek-t/update_conventions
Update API conventions
2018-06-19 09:23:32 -07:00
..
gubernator-images imported docs/devel as a subtree 2016-11-30 14:43:43 -05:00
OWNERS Make tabs in OWNERS files into 2 spaces. 2017-08-15 16:33:18 -07:00
README.md Merge pull request #1842 from castrojo/add-toc 2018-02-22 17:22:43 -08:00
adding-an-APIGroup.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
api-conventions.md Update API conventions 2018-06-13 15:04:22 +02:00
api_changes.md Merge pull request #2146 from austbot/location-typo-apichange-docs 2018-05-18 10:51:52 -07:00
arch-roadmap-1.png Added architectural layers diagram, placeholder for Summary section. 2017-11-16 16:46:04 -08:00
architectural-roadmap.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
automation.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
bazel.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
cherry-picks.md simplify the cherry pick process documentation 2018-04-20 15:46:26 -04:00
client-libraries.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
collab.md removed unnecessary link from guide README, also removed duplicate text from linked file 2018-01-16 13:33:18 -08:00
component-config-conventions.md Fix various spelling mistakes 2018-03-04 14:46:53 -08:00
container-runtime-interface.md Update container-runtime-interface.md 2018-03-02 09:36:10 +08:00
controllers.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
cri-container-stats.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
cri-testing-policy.md Address comments 2018-02-08 11:36:21 -08:00
cri-validation.md Update docs for CRI validation test suites 2018-06-05 13:59:26 +08:00
development.md Add the minimum go version for release 1.11+ 2018-05-05 22:38:25 +08:00
e2e-node-tests.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
e2e-tests.md Update e2e testing against local clusters 2018-05-25 19:06:41 -05:00
event-style-guide.md Add Event style guide for Events v2 2018-01-23 11:35:32 +00:00
flaky-tests.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
flexvolume.md Fix broken links 2018-04-27 19:19:11 +05:30
generating-clientset.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
getting-builds.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
godep.md contributors/devel: request better godep vendoring commit messages 2018-06-15 09:40:25 -07:00
gubernator.md Change k8s-merge-robot to k8s-ci-robot 2018-03-15 06:48:54 +08:00
help-wanted.md Fix markdown formatting in help wanted 2018-06-10 15:49:32 -05:00
how-to-doc.md Fix italic style 2018-01-08 17:02:37 +03:00
instrumentation.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
issues.md Fix a broken link for a file moved to guide from devel 2018-02-15 12:03:18 -05:00
kubectl-conventions.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
kubelet-cri-networking.md remove UNVERSIONED_WARNING (#382) 2017-02-17 14:50:10 -06:00
kubemark-guide.md doc: fix some typo 2018-02-04 22:41:56 +08:00
logging.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
mesos-style.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
node-performance-testing.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
on-call-federation-build-cop.md Use git.k8s.io for links 2017-12-21 18:34:08 -08: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 Add tips for profiling tests 2018-01-02 17:18:08 -08:00
running-locally.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
scheduler.md Link to new target 2018-05-07 10:25:53 +08:00
scheduler_algorithm.md typo in scheduler alg doc 2018-04-10 10:32:30 -04:00
staging.md doc: fix some typo 2018-02-04 22:41:56 +08:00
strategic-merge-patch.md smp: OpenAPI annotations are now allowed 2017-12-26 16:04:31 +05:30
testing.md Formatting changes 2018-04-16 14:11:40 -05:00
update-release-docs.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
updating-docs-for-feature-changes.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
vagrant.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
welcome-to-kubernetes-new-developer-guide.md Correct the URL 2017-12-14 15:44:42 -05:00
writing-a-getting-started-guide.md removed autogenerated munge analytics from files 2017-11-03 16:55:51 -07:00
writing-good-e2e-tests.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00

README.md

Table of Contents

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

  • Contributor Guide (Please start here) to learn about how to contribute to Kubernetes

  • GitHub Issues (issues.md): How incoming issues are triaged.

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

  • 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.