-
Notifications
You must be signed in to change notification settings - Fork 303
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
Describe user roles #852
Closed
Closed
Describe user roles #852
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: Start here | ||
weight: 900 | ||
description: User roles and Persona's | ||
--- | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This needs to start off with an introduction, no? |
||
## Evaluator | ||
A technical decision-maker or architect evaluating whether etcd is suitable for their product, project, or organization. | ||
#### Use Cases | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why the level 4 header here? Shouldn't it be level 3? |
||
- Researching the features and capabilities of etcd compared to other distributed key-value stores. | ||
- Evaluating etcd's performance, scalability, and reliability for handling their organization's workload. | ||
- Assessing etcd's compatibility with existing infrastructure and tools. | ||
- Examining etcd's community support, documentation, and ecosystem for long-term viability. | ||
|
||
[Get Started](../tutorials) | ||
|
||
## Operator | ||
A system administrator or DevOps engineer responsible for setting up and maintaining a standalone production etcd service. | ||
#### Use Cases | ||
- Installing etcd on servers or virtual machines according to best practices for production deployment. | ||
- Configuring etcd for high availability and fault tolerance to ensure continuous operation. | ||
- Monitoring etcd cluster health, performance metrics, and alerts for any issues. | ||
- Performing routine maintenance tasks such as backups, upgrades, and security patching. | ||
- Troubleshooting and resolving issues related to etcd cluster operation. | ||
|
||
[Get Started](../tutorials) | ||
|
||
## Kubernetes Admin | ||
A Kubernetes administrator responsible for installing and maintaining a Kubernetes cluster that uses etcd as the backend storage. | ||
#### Use Cases | ||
- Integrating etcd as the backend storage for a new Kubernetes cluster deployment. | ||
- Upgrading etcd versions in an existing Kubernetes cluster while ensuring minimal downtime. | ||
- Scaling the etcd cluster to accommodate the growing demands of the Kubernetes cluster. | ||
- Monitoring etcd's performance and resource utilization within the Kubernetes environment. | ||
- Troubleshooting and debugging issues related to Kubernetes API server interactions with etcd. | ||
|
||
[Get Started](../tutorials) | ||
|
||
## Developer | ||
A software developer incorporating or integrating etcd into an application or service. | ||
#### Use Cases | ||
- Using etcd as a distributed configuration store to manage application settings and feature flags. | ||
- Implementing distributed locking and coordination using etcd's distributed consensus algorithms. | ||
- Integrating etcd into microservices architectures for service discovery and dynamic configuration updates. | ||
- Developing applications that leverage etcd's watch functionality to react to changes in key-value data. | ||
- Writing automated tests for applications that interact with etcd to ensure correctness and reliability. | ||
|
||
[Get Started](../tutorials) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.