-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intro tutorials for About API use cases #13
Comments
/help |
@lauralorenz: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
Hello @lauralorenz, regarding an example using metrics, should we present code snippets on how to append the ClusterProperty into the metrics via the Kubernetes Go-Client? Would something like this be sufficient for the second point? Simple Example for About-APIThis example will guide you through the setup and usage, demonstrating how to effectively leverage ClusterProperty to enhance your Kubernetes operations. Assume you are running multiple Kubernetes clusters. Each clusters has a main purpose e.g. ClusterBootstrapping via CAPI, running your business applications. In order to assign each clusters main purpose as ClusterProperty follow the below example. ClusterPropertyWhen choosing a name for the ClusterProperty CR consider the following:
# Simple Usecase Example
apiVersion: about.k8s.io/v1alpha1
kind: ClusterProperty
metadata:
name: usecase.example.com
spec:
value: webserver Examples# Owner Example
apiVersion: about-api.k8s.io/v1
kind: ClusterProperty
metadata:
name: owner
spec:
value: DevOps-Team # Compliance Example
apiVersion: about-api.k8s.io/v1
kind: ClusterProperty
metadata:
name: compliance
spec:
value: PCI-DSS # Environment Example
apiVersion: about-api.k8s.io/v1
kind: ClusterProperty
metadata:
name: environment
spec:
value: production |
Develop some vendor agnostic intro tutorials about the About API that can be easily digested as part of a generic documentation push. I think it would be useful to tie them to some common use cases as suggested below.
The text was updated successfully, but these errors were encountered: