November 21, 2018
fluxctl - Manage Kubernetes deployments via CLI
Control and automate deployments with $ fluxctl, a handy command line utility that talks to Weave Flux, our continuous delivery operator for Kubernetes.
November 13, 2018
Weave Increased Our Flux Capacity
A lot has been happening in Weave Flux. Catch up on Flux’s development, new features and its community!
October 04, 2018
Five Key Cloud Technologies for Kubernetes
Five key open source projects that help complete the Kubernetes feature set are discussed in this post: Prometheus, Istio, Helm, Weave Flux, and OpenFaaS.
October 01, 2018
Weave Scope and Flux to participate in Hacktoberfest
In this post, Daniel, our community manager at Weaveworks explains how Weaveworks (Flux and Scope teams included) is participating in the upcoming Hacktoberfest and why it’s such a great way to get started in Open Source development.
February 15, 2018
How secure is your CICD pipeline?
Looking at a CICD pipeline with security in mind, reveals some interesting concerns. Consider the credentials and access typically assigned to each step, and what’s actually required for each step - Read Write access, and Read Only access. The CI system can be a target, because it’s got credentials for the source code, the image repo and the cluster, and it crosses two logical security boundaries. Learn how you can mitigate this with a GitOps approach.