You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,12 +25,33 @@ GitOps Domain Snapshot Orchestrator for Switcher API
24
25
25
26
- Manages Switchers with GitOps workflow (repository as a source of truth)
26
27
- Repository synchronization allows integrated tools such as Switcher API Management and Switcher Slack App to work in sync
27
-
- Flexible settings allow to define the best workflow for your organization
28
-
-Orquestrates accounts per Domain environments allowing seemless integration with any branching strategy
28
+
- Flexible settings allow you to define the best workflow for your organization
29
+
-Orchestrates accounts per Domain environments allowing seamless integration with any branching strategy
29
30
30
-
# Deploying locally
31
+
# Getting Started
31
32
32
-
## Requirements
33
+
## Using Swither API Cloud
34
+
35
+
Switcher GitOps is available as a cloud-hosted service. You can sign up for a free account at [Switcher API Cloud](https://cloud.switcherapi.com).
36
+
37
+
1. Create and Configure a new Domain
38
+
2. Select the Domain and click on the Menu toolbar
39
+
3. Under Integrations, select Switcher GitOps
40
+
4. Follow the instructions to set up the repository
41
+
42
+
## Self-hosted: Deploying to Kubernetes
43
+
44
+
### Requirements
45
+
- Kubernetes cluster
46
+
- Helm 3
47
+
- Switcher API & Switcher Management
48
+
- Git Token (read/write access) for the repository
49
+
50
+
Find detailed instructions on how to deploy Switcher GitOps to Kubernetes [here](https://github.com/switcherapi/helm-charts).
51
+
52
+
## Development: Deploying locally
53
+
54
+
### Requirements
33
55
- Docker & docker-compose
34
56
- Switcher API & Switcher Management
35
57
- Git Token (read/write access) for the repository
@@ -39,8 +61,17 @@ Set SWITCHER_GITOPS_JWT_SECRET for Switcher API and SWITCHER_API_JWT_SECRET for
39
61
40
62
2.[Start](https://github.com/switcherapi/switcher-api?tab=readme-ov-file#running-switcher-api-from-docker-composer-manifest-file) Switcher API and Switcher Management
0 commit comments