mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-16 08:24:17 -05:00
Rewrite install.md and create verify-cli.md (#124)
* Rewrite install.md and create verify-cli * Small beautification * Address review comment * Shorten examples.md * Quick brush over examples * Fix broken links in v2.0 * Fix broken links in v2.0 * fix lint errors Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
This commit is contained in:
parent
55af5695ed
commit
ebb8d7ca96
19 changed files with 165 additions and 78 deletions
|
|
@ -1,10 +1,6 @@
|
|||
# Examples
|
||||
|
||||
After [installing the CLI](install.md) and [creating a cluster](first-steps.md) we've collected a few Kubernetes example applications for deploying in your cluster. They highlight different features and give a first hands-on experience working with Kubernetes in a Constellation cluster. If you have experience with Kubernetes deployments there shouldn't be any sensible differences. Have fun exploring your Confidential Kubernetes!
|
||||
|
||||
Before trying out the example applications, make sure you [installed the Constellation CLI](install.md) and [created a cluster](first-steps.md). From there, the examples shown here are designed to work on a freshly created cluster and don't require any further prerequisites.
|
||||
|
||||
Check out the following examples:
|
||||
* [Emojivoto](examples/emojivoto.md): A simple but fun demo application to test the general functionality of your confidential cluster.
|
||||
* [Online Boutique](examples/online-boutique.md): An e-commerce demo application by Google consisting of 11 separate microservices.
|
||||
* [Horizontal Pod Autoscaling](examples/horizontal-scaling.md): An example demonstrating Constellation's autoscaling capabilities.
|
||||
After you [installed the CLI](install.md) and [created your first cluster](first-steps.md), you're ready to deploy applications. Why not start with one of the following examples?
|
||||
* [Emojivoto](examples/emojivoto.md): a simple but fun web application
|
||||
* [Online Boutique](examples/online-boutique.md): an e-commerce demo application by Google consisting of 11 separate microservices
|
||||
* [Horizontal Pod Autoscaling](examples/horizontal-scaling.md): an example demonstrating Constellation's autoscaling capabilities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue