All Projects → capactio → capact

capactio / capact

Licence: Apache-2.0 license
Simple way to manage applications and infrastructure.

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
shell
77523 projects
HCL
1544 projects
python
139335 projects - #7 most used programming language
Smarty
1635 projects

Projects that are alternatives of or similar to capact

Crossplane
Your Universal Control Plane
Stars: ✭ 4,414 (+6116.9%)
Mutual labels:  cloud-native, multicloud
Less3
Less3 is an S3-compatible object storage server that runs on your laptop, servers, just about anywhere!
Stars: ✭ 16 (-77.46%)
Mutual labels:  cloud-native, multicloud
collie-cli
Collie CLI allows you to manage your AWS, Azure & GCP cloud landscape through a single view.
Stars: ✭ 152 (+114.08%)
Mutual labels:  cloud-native
galaxykube
PolarDB-X Operator is a Kubernetes extension that aims to create and manage PolarDB-X cluster on Kubernetes.
Stars: ✭ 65 (-8.45%)
Mutual labels:  cloud-native
juicefs-csi-driver
JuiceFS CSI Driver
Stars: ✭ 117 (+64.79%)
Mutual labels:  cloud-native
gilfoyle
Distributed video encoding, hosting and streaming (WIP)
Stars: ✭ 73 (+2.82%)
Mutual labels:  cloud-native
postee
Simple message routing system that receives input messages through a webhook interface and can enforce actions using predefined outputs via integrations.
Stars: ✭ 160 (+125.35%)
Mutual labels:  cloud-native
if1007
Desenvolvimento de Aplicações com Arquitetura Baseada em Microservices
Stars: ✭ 78 (+9.86%)
Mutual labels:  cloud-native
ilogtail
Fast and Lightweight Observability Data Collector
Stars: ✭ 1,035 (+1357.75%)
Mutual labels:  cloud-native
awesome-cloud-native-security
awesome resources about cloud native security 🐿
Stars: ✭ 233 (+228.17%)
Mutual labels:  cloud-native
kubernetes-cncf-pune
This is a repo to maintain artefacts and meetup logistics for Kubernetes & Cloud Native Computing Pune Meetup (https://www.meetup.com/Kubernetes-Pune/)
Stars: ✭ 11 (-84.51%)
Mutual labels:  cloud-native
kubernetes-automation-toolkit
This repository contains code examples and documentation for learning how applications can be developed with Kubernetes
Stars: ✭ 51 (-28.17%)
Mutual labels:  cloud-native
logging-operator
A golang based operator to create and manage EFK (Elasticsearch, Fluentd, and Kibana) stack on Kubernetes
Stars: ✭ 42 (-40.85%)
Mutual labels:  cloud-native
kafka-consumer-lag-monitoring
Client tool that exports the consumer lag of Kafka consumer groups to Prometheus or your terminal
Stars: ✭ 45 (-36.62%)
Mutual labels:  cloud-native
multicloud
A multicloud demonstration presented at KubeCon 2019 EU featuring the Hipster Shop across AKS, GKE, and On-Premises
Stars: ✭ 13 (-81.69%)
Mutual labels:  multicloud
meetups
Repository to gather all presentations from all Nordic Cloud Native meetups
Stars: ✭ 43 (-39.44%)
Mutual labels:  cloud-native
K8STARS
Native Kubernetes Solution for TARS Services
Stars: ✭ 55 (-22.54%)
Mutual labels:  cloud-native
cubefs
CubeFS is a cloud native distributed storage platform.
Stars: ✭ 3,062 (+4212.68%)
Mutual labels:  cloud-native
chip
📦 🐳 🚀 - Smart "dummy" mock for cloud native tests
Stars: ✭ 19 (-73.24%)
Mutual labels:  cloud-native
Anything
Digital asset organizing tool for creators.
Stars: ✭ 19 (-73.24%)
Mutual labels:  cloud-native

Capact

License GitHub Actions main branch CI Go Report Card

Capact (pronounced: "cape-act", /ˈkeɪp.ækt/) is a simple way to manage applications and infrastructure.

Documentation

The Capact documentation can be found on the capact.io website.

The documentation sources reside on the website repository under docs directory.

Get started

The section contains useful links for getting started with Capact.

  • Introduction: To learn what is Capact, read the Introduction document.
  • Installation: To learn how to install Capact, follow the Installation documents.
  • Contribution: To start contributing to Capact, read the Community documents.
  • Support: If you need any help, or you have a question for us, join our Slack channel and post a message. We'll do our best to get you sorted!

Project structure

The repository has the following structure:

  .
  ├── cmd                     # Main application directory
  │
  ├── deploy                  # Deployment configurations and templates
  │
  ├── docs                    # Documents that are not published on the Capact website, such as proposals and investigations
  │
  ├── hack                    # Scripts used by the Capact developers
  │
  ├── internal                # Private component code
  │
  ├── ocf-spec                # Open Capability Format Specification
  │
  ├── hub-js                  # Node.js implementation of Capact Hub
  │
  ├── pkg                     # Public component and SDK code
  │
  ├── test                    # Cross-functional test suites
  │
  ├── Dockerfile              # Dockerfile template to build applications and tests images
  │
  └── go.mod                  # Manages Go dependency. There is single dependency management across all components in this monorepo
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].