Merge pull request #649 from pwittrock/master
Copy feedback form to each page
This commit is contained in:
commit
ce8d9f55c9
|
@ -1,10 +1,3 @@
|
|||
{% panel style="info", title="TL;DR" %}
|
||||
- Kubectl is the Kubernetes cli
|
||||
- Kubectl provides a swiss army knife of functionality for working with Kubernetes clusters
|
||||
- Kubectl may be used to deploy and manage applications on Kubernetes
|
||||
- Kubectl may be used for scripting and building higher-level frameworks
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="success", title="Feedback and Contributing" %}
|
||||
**Provide feedback on new kubectl docs at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
|
||||
|
@ -12,6 +5,13 @@ See [CONTRIBUTING](https://github.com/kubernetes/kubectl/blob/master/docs/book/C
|
|||
instructions on filing/fixing issues and adding new content.
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Kubectl is the Kubernetes cli
|
||||
- Kubectl provides a swiss army knife of functionality for working with Kubernetes clusters
|
||||
- Kubectl may be used to deploy and manage applications on Kubernetes
|
||||
- Kubectl may be used for scripting and building higher-level frameworks
|
||||
{% endpanel %}
|
||||
|
||||
# Kubectl
|
||||
|
||||
Kubectl is the Kubernetes cli version of a swiss army knife, and can do many things.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Target a cluster for a rollout with the `--context` flag
|
||||
- Target a cluster for a rollout with the `--kubeconfig` flag
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- View diff of changes before they are Applied to the cluster
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="warning", title="Experimental" %}
|
||||
**Content in this chapter is experimental and will evolve based on user feedback.**
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="warning", title="Experimental" %}
|
||||
**Content in this chapter is experimental and will evolve based on user feedback.**
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="warning", title="Experimental" %}
|
||||
**Content in this chapter is experimental and will evolve based on user feedback.**
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Resource Config is stored in one or more git repositories
|
||||
- Directory hierarchy, git branches and git repositories may be used for loose coupling
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="warning", title="Experimental" %}
|
||||
**Content in this chapter is experimental and will evolve based on user feedback.**
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="warning", title="Experimental" %}
|
||||
**Content in this chapter is experimental and will evolve based on user feedback.**
|
||||
|
||||
|
|
|
@ -1,9 +1,15 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/C855WZW)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Reuse Resource Config as Bases to `kustomization.yaml`'s.
|
||||
- Customize Base for different Environments.
|
||||
- Reuse a Base across multiple Projects.
|
||||
{% endpanel %}
|
||||
|
||||
|
||||
|
||||
# Bases and Variations
|
||||
|
||||
## Motivation
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/C855WZW)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Inject the values of other Resource Config fields into Pod Env Vars and Command Args with `vars`.
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/C855WZW)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Customize arbitrary fields from arbitrary Resources in a Base.
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/C855WZW)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Customize Base Resource Namespaces
|
||||
- Customize Base Resource Names with Prefixes or Suffixes
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/C855WZW)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Override Base Pod and PodTemplate Image **Names** and **Tags**
|
||||
- Override Base Pod and PodTemplate Environment Variables and Arguments
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/C855WZW)**
|
||||
{% endpanel %}
|
||||
|
||||
# Introduction
|
||||
|
||||
This section of the book covers how to build Projects and Applications with Config
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/CLQBQHR)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Apply Creates and Updates Resources in a cluster through running `kubectl apply` on Resource Config.
|
||||
- Apply manages complexity such as ordering of operations and merging user defined and cluster defined state.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/CLQBQHR)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Override or set the Name and Tag for Container Images
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/CLQBQHR)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Fields set and deleted from Resource Config are merged into Resources by Apply
|
||||
- If a Resource already exists, Apply updates the Resources by merging the local Resource Config into the remote Resources
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/CLQBQHR)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Apply manages Applications through files defining Kubernetes Resources (i.e. Resource Config)
|
||||
- Kustomize is used to author Resource Config
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/CLQBQHR)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Set Labels for all Resources declared within a Project with `commonLables`
|
||||
- Set Annotations for all Resources declared within a Project with `commonAnnotations`
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/CLQBQHR)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Set the Namespace for all Resources within a Project with `namespace`
|
||||
- Prefix the Names of all Resources within a Project with `namePrefix`
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/CLQBQHR)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Generate Secrets from files and literals with `secretGenerator`
|
||||
- Generate ConfigMaps from files and literals with `configMapGenerator`
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Print the Logs of a Container in a cluster
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Copy files to and from Containers in a cluster
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Execute a Command in a Container
|
||||
- Get a Shell in a Container
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Port Forward local connections to Pods running in a cluster
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Proxy local connections to Services running in the cluster
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Examples for `kustomization.yaml`
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Imperatively Create a Resources
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Edit a live Resource in an editor
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
# Introduction
|
||||
|
||||
While Declarative Management of Applications is the recommended pattern for production
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Imperatively Set fields on Resources
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Creating Resources
|
||||
- Printing Resources
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- A Kubernetes API has 2 parts - a Resource Type and a Controller
|
||||
- Resources are objects declared as json or yaml and written to a cluster
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Reference for `kustomization.yaml`
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Print information about the Cluster and Client versions
|
||||
- Print information about the Control Plane
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Print verbose debug information about a Resource
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Format and print specific fields from Resources
|
||||
- Use when scripting with Get
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Queries for Getting or Describing Resources
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Get or List Raw Resources in a cluster as Yaml or Json
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Get a Summary of Resources Running in the Cluster
|
||||
{% endpanel %}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{% panel style="success", title="Providing Feedback" %}
|
||||
**Provide feedback at the [survey](https://www.surveymonkey.com/r/JH35X82)**
|
||||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- Continuously Watch and print Resources as they change
|
||||
{% endpanel %}
|
||||
|
|
Loading…
Reference in New Issue