diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2018-01-17 15:07:46 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2018-01-17 17:13:18 +0530 |
| commit | ba6346a61f0fced190f8eb660f44cb46edd5a078 (patch) | |
| tree | 5a14493d0a7f606cae4ea64fa4d50240fc2da60f /sig-cli | |
| parent | 8fb9a63425fe63e8fb7e25df61b944d585bd8e1c (diff) | |
Add Google Summer of Code page
Diffstat (limited to 'sig-cli')
| -rw-r--r-- | sig-cli/outreachy.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sig-cli/outreachy.md b/sig-cli/outreachy.md index 89f8cc40..5b4db2bc 100644 --- a/sig-cli/outreachy.md +++ b/sig-cli/outreachy.md @@ -1,7 +1,7 @@ # Outreachy Kubernetes, specifically the SIG-CLI, is happy to announce our participation in the Outreachy program, running from December 2017 to March 2018. -Please see the [main program page](https://www.outreachy.org/) for the general information about the program, +Please see the [main program page](https://www.outreachy.org/) for general information about the program, such as its purpose, timeline, eligibility requirements, and how to apply. **Schedule** @@ -14,11 +14,11 @@ such as its purpose, timeline, eligibility requirements, and how to apply. ## What is Kubernetes? Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community. - -[kubernetes.io](https://kubernetes.io/) +Please see [kubernetes.io](https://kubernetes.io/) for more details. ## What are SIGs / What is SIG-CLI? Kubernetes is a set of projects, each shepherded by a special interest group (SIG). To get a grasp of the projects that we work on, check out the complete [list of SIGs](/sig-list.md). +This [slide deck](https://docs.google.com/presentation/d/1JqcALpsg07eH665ZXQrIvOcin6SzzsIUjMRRVivrZMg) provides an overview of how the Kubernetes community is organized. SIG-CLI Covers kubectl and related tools. We focus on the development and standardization of the CLI framework and its dependencies, the establishment of conventions for writing CLI commands, POSIX compliance, and improving the command line tools from a developer and devops user experience and usability perspective. @@ -35,7 +35,8 @@ Similar to contacting the coordinators, the mentors can be contacted at any time ## Contribute As part of the application process, the Outreachy program recommends that candidates make small contributions to the project they intend to apply for. -To start working on the project, make sure to fill out the CLA and check if you have the right environment with this guide. The README in the [community repo](https://github.com/kubernetes/community) details these things and more. +To start working on the project, make sure to fill out the [CLA](/CLA.md) and check if you have the right environment with this guide. +The README in the [community repo](https://github.com/kubernetes/community) details these things and more. Check out these specific resources for how to contribute to CLI: * SIG-CLI - [How to Contribute](/sig-cli/CONTRIBUTING.md) |
