
Weave GitOps è in transizione verso un progetto guidato dalla comunità! Fornisce approfondimenti sui deployment delle tue applicazioni e rende la continuous delivery con GitOps più facile da adottare e scalare all'interno dei tuoi team.
Weave GitOps è una piattaforma open source semplice per sviluppatori che vogliono applicazioni cloud native ma che non hanno competenze Kubernetes. Scopri quanto è facile abilitare GitOps ed eseguire le tue app in un cluster. Usa Git per collaborare con i membri del team, rendendo i nuovi deployment semplici e sicuri. Inizia con ciò che serve agli sviluppatori per eseguire le app, poi estendi facilmente per definire ed eseguire la tua piattaforma enterprise.
Da Kubernetes, esegui Weave GitOps per ottenere:
La nostra visione è che tutte le applicazioni cloud native debbano essere facili per gli sviluppatori e che le operazioni debbano essere automatizzate e sicure. Weave GitOps è uno strumento altamente estensibile per raggiungere questo obiettivo, ponendo Kubernetes e GitOps al centro e costruendo una piattaforma attorno a essi.
Le impostazioni predefinite di Weave GitOps sono Flux come motore GitOps, Kustomize, Helm, Sops e Kubernetes CAPI. Se usi già Flux, puoi facilmente aggiungere Weave GitOps per creare un livello di gestione della piattaforma.
Weave GitOps Open Source offre:






Mac / Linux
curl --silent --location "https://github.com/weaveworks/weave-gitops/releases/download/v0.39.0-rc.2/gitops-$(uname)-$(uname -m).tar.gz" | tar xz -C /tmp
sudo mv /tmp/gitops /usr/local/bin
gitops version
In alternativa, gli utenti possono usare Homebrew:
brew tap weaveworks/tap
brew install weaveworks/tap/gitops
Consulta la guida introduttiva.
Command line utility for managing Kubernetes applications via GitOps.
Usage:
gitops [command]
Examples:
# Get help for gitops add cluster command
gitops add cluster -h
gitops help add cluster
# Get the version of gitops along with commit, branch, and flux version
gitops version
To learn more, you can find our documentation at https://docs.gitops.weaveworks.org/
Available Commands:
beta This component contains unstable or still-in-development functionality
check Validates flux compatibility
completion Generate the autocompletion script for the specified shell
create Creates a resource
get Display one or many Weave GitOps resources
help Help about any command
version Display gitops version
Flags:
-e, --endpoint WEAVE_GITOPS_ENTERPRISE_API_URL The Weave GitOps Enterprise HTTP API endpoint can be set with WEAVE_GITOPS_ENTERPRISE_API_URL environment variable
-h, --help help for gitops
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.
--namespace string The namespace scope for this operation (default "flux-system")
-p, --password WEAVE_GITOPS_PASSWORD The Weave GitOps Enterprise password for authentication can be set with WEAVE_GITOPS_PASSWORD environment variable
-u, --username WEAVE_GITOPS_USERNAME The Weave GitOps Enterprise username for authentication can be set with WEAVE_GITOPS_USERNAME environment variable
Use "gitops [command] --help" for more information about a command.
Per maggiori informazioni consulta la documentazione
Consulta le FAQ di Weave GitOps OSS
Hai bisogno di aiuto o vuoi contribuire? Consulta i link qui sotto.