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
Nullstone provides GitOps support for apps.
Each repo contains configuration files in .nullstone/ that Nullstone uses to synchronize infrastructure.
However, this does not consider how to handle infrastructure that is shared across many apps (especially in the case of microservices architecture).
Consider a stack with a network, cluster, and cluster-namespace.
Many software teams want to track IaC through GitOps synchronization on a single repo.
How will it work?
A user configures a stack to synchronize a GitHub repo with Nullstone configuration.
The configuration works identical to GitOps for applications, but allows users to define shared infrastructure in a single repo.
The text was updated successfully, but these errors were encountered:
Overview
Nullstone provides GitOps support for apps.
Each repo contains configuration files in
.nullstone/
that Nullstone uses to synchronize infrastructure.However, this does not consider how to handle infrastructure that is shared across many apps (especially in the case of microservices architecture).
Consider a stack with a network, cluster, and cluster-namespace.
Many software teams want to track IaC through GitOps synchronization on a single repo.
How will it work?
A user configures a stack to synchronize a GitHub repo with Nullstone configuration.
The configuration works identical to GitOps for applications, but allows users to define shared infrastructure in a single repo.
The text was updated successfully, but these errors were encountered: