Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kube-core/kube-core
Configure once, deploy anywhere, for Kubernetes
https://github.com/kube-core/kube-core
cloud-native devops helmfile kubernetes
Last synced: 3 months ago
JSON representation
Configure once, deploy anywhere, for Kubernetes
- Host: GitHub
- URL: https://github.com/kube-core/kube-core
- Owner: kube-core
- License: mit
- Created: 2022-08-17T17:47:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T22:09:13.000Z (about 1 year ago)
- Last Synced: 2024-06-03T07:37:22.281Z (5 months ago)
- Topics: cloud-native, devops, helmfile, kubernetes
- Language: Shell
- Homepage: https://github.com/kube-core/kube-core
- Size: 6.88 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
kube-core
Configure once, deploy anywhere, for Kubernetes.
Table of Contents
- [kube-core](#kube-core)
- [About](#about)
- [Overview](#overview)
- [Documentation](#documentation)# kube-core
Configure once, deploy anywhere, for Kubernetes.## About
kube-core is a framework to manage Cloud Platforms with Kubernetes. \
It is designed for individuals or teams that manage multiple Kubernetes clusters on a daily basis. Prior knowledge of Helm, Helmfile, Kubernetes, and other industry standard and CNCF tools is recommended.kube-core can be used to:
- Deploy commonly used softwares that work together
- Standardize Kubernetes cluster configuration management across your organisation
- Share envrionment values between Helm Releases to avoid repetition
- Ease the upgrade process of releases that we use everywhere
- Provide sensitive defaults to get started quickly on a new cluster
- Avoid repetition and edition of thousands of lines of YAMLThe default configuration is somewhat opinionated, but everything can be tweaked easily to your needs through clever use of Helm and Helmfile layering capabilities.
This allows us to rapidly deploy and easily maintain Kubernetes clusters, to reduce cognitive overload of managing multiple environments and tons of YAML files, and hopefully to achieve a DRY Kubernetes Operations experience.
## Overview
kube-core currently has 4 major components:
- releases: A collection of post-processed and optimized Helm Charts
- core: A library of Helmfiles, Templates and Values; the foundation for your platform
- scripts: A library of scripts to automate cluster management
- cli: A CLI that wraps up everything for a better user experienceThese components can be used independently. \
Used together, they unleash all their power, and give us the kube-core framework.## Documentation
>:warning: The documentation is being rewritten completely and will be available soon.