All Projects → vmware-tanzu → cartographer

vmware-tanzu / cartographer

Licence: Apache-2.0 license
Cartographer is a Supply Chain Choreographer.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to cartographer

Ofc Bootstrap
Bootstrap OpenFaaS Cloud for your team
Stars: ✭ 178 (-54.82%)
Mutual labels:  ci-cd
DevSecOps
Ultimate DevSecOps library
Stars: ✭ 4,450 (+1029.44%)
Mutual labels:  ci-cd
MCW-OSS-PaaS-and-DevOps
MCW OSS PaaS and DevOps
Stars: ✭ 49 (-87.56%)
Mutual labels:  ci-cd
Cml
♾️ CML - Continuous Machine Learning | CI/CD for ML
Stars: ✭ 2,843 (+621.57%)
Mutual labels:  ci-cd
Lasso
Lasso is a Laravel package created to make your deployments blazing fast.
Stars: ✭ 217 (-44.92%)
Mutual labels:  ci-cd
devops-101
Intro to DevOps from scratch.
Stars: ✭ 57 (-85.53%)
Mutual labels:  ci-cd
Pypyr
pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process.
Stars: ✭ 173 (-56.09%)
Mutual labels:  ci-cd
azure-flutter-tasks
Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
Stars: ✭ 66 (-83.25%)
Mutual labels:  ci-cd
Helloworld Msa
Main repository with documentation and support files
Stars: ✭ 218 (-44.67%)
Mutual labels:  ci-cd
crosscloudci
Integrating, testing, and deploying projects within the CNCF ecosystem. Results published daily to the CNCF CI Dashboard.
Stars: ✭ 83 (-78.93%)
Mutual labels:  ci-cd
Werf
The CLI tool gluing Git, Docker, Helm, and Kubernetes with any CI system to implement CI/CD and Giterminism
Stars: ✭ 2,814 (+614.21%)
Mutual labels:  ci-cd
Makisu
Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Stars: ✭ 2,409 (+511.42%)
Mutual labels:  ci-cd
gh-actions-demo
GitOps pipeline with GitHub actions and Weave Cloud
Stars: ✭ 37 (-90.61%)
Mutual labels:  ci-cd
Mcw Cloud Native Applications
MCW Cloud-native applications
Stars: ✭ 184 (-53.3%)
Mutual labels:  ci-cd
actions
Our Library of GitHub Actions
Stars: ✭ 49 (-87.56%)
Mutual labels:  ci-cd
Buildhelpers
Helper functions for PowerShell CI/CD scenarios
Stars: ✭ 174 (-55.84%)
Mutual labels:  ci-cd
aziona-cli
azionaventures.github.io/aziona-cli/
Stars: ✭ 14 (-96.45%)
Mutual labels:  ci-cd
koki
Application Lifecycle Management Software
Stars: ✭ 30 (-92.39%)
Mutual labels:  choreographer
if1007
Desenvolvimento de Aplicações com Arquitetura Baseada em Microservices
Stars: ✭ 78 (-80.2%)
Mutual labels:  ci-cd
jreleaser
🚀 Release projects quickly and easily with JReleaser
Stars: ✭ 736 (+86.8%)
Mutual labels:  ci-cd

Cartographer

Validations Upgrade Test

Cartographer is a Kubernetes-native Choreographer providing higher modularity and scalability for the software supply chain.

Learn more about Cartographer

Getting Started

Examples of using Cartographer can be found in the examples folder of this repository. The examples begin by demonstrating how to define a Supply Chain that pulls code from a repository, builds an image for the code, and deploys in the same cluster. Enhancements of that example (e.g. adding tests) are then demonstrated.

Installation

Pre requisites

  1. Administrative capabilities in a Kubernetes cluster (1.19+)
  2. cert-manager 1.5.3 installed

The quickest method to install Cartographer leverages the cartographer.yaml file provided with each release:

  1. Create the namespace where the controller will be installed:
kubectl create namespace cartographer-system
  1. Submit the objects included in the release:
kubectl apply -f https://github.com/vmware-tanzu/cartographer/releases/latest/download/cartographer.yaml

And you're done!

Documentation

Detailed documentation for Cartographer can be found in the site folder of this repository:

🤗 Community, discussion, contribution, and support

Cartographer is developed in the open and is constantly improved by our users, contributors and maintainers. It is because of you that we are able to configure Kubernetes resources into reusable Supply Chains.

Join us!

If you have questions or want to get the latest project news, you can connect with us in the following ways:

  • Chat with us in the Kubernetes Slack in the #cartographer channel
  • Subscribe to the Cartographer Google Group for access to discussions and calendars
  • Join our weekly Office Hours meetings where we share the latest project news, answer questions and discuss the ideas to keep improving the project following the RFC process :

Contributing

Pull Requests and feedback on issues are very welcome! See the issue tracker if you're unsure where to start, especially the Good first issue label, and also feel free to reach out to discuss.

If you are ready to jump in and test, add code, or help with documentation, please follow the instructions on our Contribution Guidelines to get started and - at all times- follow our Code of Conduct.

License

Apache 2.0. Refer to LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].