Skip to content

Commit

Permalink
feat(azure): add the explore docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 6, 2024
1 parent 56e3f59 commit 6724a62
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 7 deletions.
10 changes: 10 additions & 0 deletions docs/azure/explore/argocd.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Argo CD
sidebar_position: 1
---

# Azure - Argo CD

import ExploreArgocd from "../../common/argocd.mdx";

<ExploreArgocd cloud="Azure" />
10 changes: 10 additions & 0 deletions docs/azure/explore/gitops.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: GitOps
sidebar_position: 2
---

import ExploreGitOps from "../../common/gitops.mdx";

# Azure - GitOps

<ExploreGitOps />
10 changes: 10 additions & 0 deletions docs/azure/explore/metaphor.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Metaphor
sidebar_position: 3
---

import ExploreMetaphor from "../../common/metaphor.mdx";

# Azure - Metaphor

<ExploreMetaphor/>
10 changes: 10 additions & 0 deletions docs/azure/explore/telemetry.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Telemetry
sidebar_position: 7
---

import ExploreTelemetry from "../../common/telemetry.mdx";

# Azure - Telemetry

<ExploreTelemetry/>
10 changes: 10 additions & 0 deletions docs/azure/explore/terraform.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Terraform & Atlantis
sidebar_position: 4
---

import ExploreTerraform from "../../common/terraform.mdx";

# Azure - Terraform & Atlantis

<ExploreTerraform/>
10 changes: 10 additions & 0 deletions docs/azure/explore/user-creation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Users Management
sidebar_position: 5
---

import UserCreation from "../../common/users.mdx";

# Azure - Users Management

<UserCreation cloud="azure" />
10 changes: 10 additions & 0 deletions docs/azure/explore/vault.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Vault
sidebar_position: 6
---

import ExploreVault from "../../common/vault.mdx";

# Azure - Vault

<ExploreVault/>
2 changes: 1 addition & 1 deletion docs/common/telemetry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubefirst collects data in order to optimize future releases. By collecting metr
## What Metrics are collected?

- `cli_version`: The version of CLI being used (e.g. `2.0.0`)
- `cloud_provider` The cloud environment (`k3d`|`aws`|`civo`)
- `cloud_provider` The cloud environment (`k3d`|`aws`|`civo`|`azure`)
- `cluster_id`: The ID of the cluster being created (e.g. `123ABC`)
- `cluster_type`: The type of cluster being created (`mgmt`)
- `domain`: The domain of the cluster being created (e.g. `kubefirst.io`)
Expand Down
11 changes: 6 additions & 5 deletions docs/common/terraform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ If the apply is successful, your code will automatically be merged with main, yo

The following table shows how state is stored based on your installation selection:

| State Backed | AWS | Local | Civo |
|-------------------|-----|-------|------|
| AWS S3 Bucket | X | | |
| Civo object store | | | X |
| MinIO (locally) | | X | |
| State Backed | AWS | Local | Civo | Azure |
|----------------------------|:---:|:-----:|:----:|:-----:|
| AWS S3 Bucket | X | | | |
| Civo object store | | | X | |
| Azure container storage | | | | X |
| MinIO (locally) | | X | | |

## Tips

Expand Down
8 changes: 7 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,13 @@ const sidebars = {
},
'azure/quick-start/repositories',
'civo/quick-start/cluster-management',
]
],
Explore: [
{
type: 'autogenerated',
dirName: 'azure/explore',
},
],
},
'azure/gitops-catalog',
'azure/deprovision',
Expand Down

0 comments on commit 6724a62

Please sign in to comment.