mirror of https://github.com/fluxcd/website.git
add draft integrations page
Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
parent
23700b8a4c
commit
0af6c2105e
|
|
@ -0,0 +1,19 @@
|
|||
.integrations {
|
||||
|
||||
.card-deck {
|
||||
|
||||
.card {
|
||||
min-width: 300px;
|
||||
max-width: 300px;
|
||||
|
||||
.img-fluid {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
.card-header {
|
||||
overflow-wrap: break-all;
|
||||
hyphens: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -5,5 +5,6 @@
|
|||
@import "adopters";
|
||||
@import "page";
|
||||
@import "index";
|
||||
@import "integrations";
|
||||
@import "buttons";
|
||||
@import "terminal";
|
||||
|
|
|
|||
|
|
@ -0,0 +1,70 @@
|
|||
---
|
||||
title: Flux Integrations
|
||||
type: page
|
||||
---
|
||||
|
||||
## Flux Integrations and Extensions
|
||||
|
||||
These tools and integrations with Flux are available.
|
||||
|
||||
We are happy and proud to have you all as part of our community! :sparkling_heart:
|
||||
|
||||
To join this list, please file a PR.
|
||||
|
||||
<div class="integrations">
|
||||
|
||||
## Integrations
|
||||
|
||||
{{< cardpane >}}
|
||||
|
||||
{{% card header="[Kraan](https://github.com/fidelity/kraan) (fidelity/kraan)" %}}
|
||||

|
||||
|
||||
Kraan is a Kubernetes Controller that manages the deployment of HelmReleases to a cluster.
|
||||
{{% /card %}}
|
||||
|
||||
{{% card header="[Bedrock](https://github.com/microsoft/bedrock) (microsoft/bedrock)" %}}
|
||||

|
||||
|
||||
Automation for Production Kubernetes Clusters with a GitOps Workflow.
|
||||
{{% /card %}}
|
||||
|
||||
{{% card header="[Fabrikate](https://github.com/microsoft/fabrikate) (microsoft/fabrikate)" %}}
|
||||

|
||||
|
||||
Making GitOps with Kubernetes easier one component at a time.
|
||||
{{% /card %}}
|
||||
|
||||
{{% card header="[GitOps Connector](https://github.com/microsoft/gitops-connector) (microsoft/gitops-connector)" %}}
|
||||

|
||||
|
||||
A GitOps Connector integrates a GitOps operator with CI/CD orchestrator.
|
||||
{{% /card %}}
|
||||
|
||||
{{% card header="[das-schiff](https://github.com/telekom/das-schiff) (telekom/das-schiff)" %}}
|
||||

|
||||
|
||||
This is home of Das Schiff - Deutsche Telekom Technik's engine for Kubernetes Cluster as a Service (CaaS) in on-premise environment on top of bare-metal servers and VMs.
|
||||
{{% /card %}}
|
||||
|
||||
{{% card header="[weave-gitops](https://github.com/weaveworks/weave-gitops) (weaveworks/weave-gitops)" %}}
|
||||

|
||||
|
||||
Weave GitOps enables an effective GitOps workflow for continuous delivery of applications into Kubernetes clusters.
|
||||
{{% /card %}}
|
||||
|
||||
{{< /cardpane >}}
|
||||
|
||||
## Flux Extensions
|
||||
|
||||
{{< cardpane >}}
|
||||
|
||||
{{% card header="[jsonnet-controller](https://github.com/pelotech/jsonnet-controller) (pelotech/jsonnet-controller)" %}}
|
||||

|
||||
|
||||
A fluxcd controller for managing manifests declared in jsonnet.
|
||||
{{% /card %}}
|
||||
|
||||
{{< /cardpane >}}
|
||||
|
||||
</div>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue