Skip to content

Commit e25e6d0

Browse files
feat(cirrus): Add Deployment diagrams (#597)
* feat(cirrus): Add integration diagrams * docs(cirrus): Update image
1 parent 2dc432d commit e25e6d0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/getting-started/engineers/03-web-integration.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ To integrate Nimbus (Cirrus) with your web application, these are high-level ste
2626

2727
5. **Deploy Cirrus Container**
2828
- Deploy Cirrus container as a sidecar container in your Kubernetes deployment and add the [environment variables](https://github.com/mozilla/experimenter/tree/main/cirrus#environment-setup).
29+
- Sidecar pattern in Kubernetes
30+
<img src="/img/nimbus-on-web/sidecar-pattern-kubernetes.png" alt="Sidecar pattern in Kubernetes" className="img-lg" />
31+
32+
- Example of Deployment architecture
33+
<img src="/img/nimbus-on-web/deployment-architecture-example.png" alt="Example of Deployment architecture" className="img-lg" />
2934

3035
6. **Configure Feature Manifest Language (FML)**
3136
- Add feature in Feature Manifest Language (FML).
Loading
Loading

0 commit comments

Comments
 (0)