epiphany

所属分类:Docker
开发工具:Python
文件大小:1247KB
下载次数:0
上传日期:2023-06-12 10:48:51
上 传 者sh-1993
说明:  以Kubernetes为中心的工业级解决方案的云和本地自动化。
(Cloud and on-premises automation for Kubernetes centered industrial grade solutions.)

文件列表:
epiphany-develop (0, 2023-08-23)
epiphany-develop\.ansible-lint (1071, 2023-08-23)
epiphany-develop\.devcontainer (0, 2023-08-23)
epiphany-develop\.devcontainer\Dockerfile (2990, 2023-08-23)
epiphany-develop\.devcontainer\devcontainer.json (2116, 2023-08-23)
epiphany-develop\.devcontainer\gen-dependency-info.py (4391, 2023-08-23)
epiphany-develop\.devcontainer\gen-lock.sh (102, 2023-08-23)
epiphany-develop\.devcontainer\gen-requirements.sh (168, 2023-08-23)
epiphany-develop\.devcontainer\poetry.lock (177526, 2023-08-23)
epiphany-develop\.devcontainer\pyproject.toml (419, 2023-08-23)
epiphany-develop\.devcontainer\python.env (402, 2023-08-23)
epiphany-develop\.devcontainer\requirements.md (2196, 2023-08-23)
epiphany-develop\.devcontainer\requirements.txt (10218, 2023-08-23)
epiphany-develop\.dockerignore (239, 2023-08-23)
epiphany-develop\.editorconfig (378, 2023-08-23)
epiphany-develop\.markdownlint.json (103, 2023-08-23)
epiphany-develop\.pylintrc (11034, 2023-08-23)
epiphany-develop\.rubocop.yml (772, 2023-08-23)
epiphany-develop\.vscode (0, 2023-08-23)
epiphany-develop\.vscode\extensions.json (113, 2023-08-23)
epiphany-develop\.vscode\launch.json (1793, 2023-08-23)
epiphany-develop\.vscode\settings.json (671, 2023-08-23)
epiphany-develop\.vscode\tasks.json (2768, 2023-08-23)
epiphany-develop\CHANGELOG.md (1189, 2023-08-23)
epiphany-develop\CLA.md (5565, 2023-08-23)
epiphany-develop\Dockerfile (2920, 2023-08-23)
epiphany-develop\LICENSE (11355, 2023-08-23)
epiphany-develop\VERSION (9, 2023-08-23)
epiphany-develop\ansible (0, 2023-08-23)
epiphany-develop\ansible\ansible.cfg.j2 (722, 2023-08-23)
epiphany-develop\ansible\inventory.j2 (979, 2023-08-23)
... ...

# Epiphany Platform [![GitHub release](https://img.shields.io/github/v/release/hitachienergy/epiphany.svg)](https://github.com/hitachienergy/epiphany/releases) [![Github license](https://img.shields.io/github/license/hitachienergy/epiphany)](https://github.com/hitachienergy/epiphany/releases) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=hitachienergy_epiphany&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=hitachienergy_epiphany) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=hitachienergy_epiphany&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=hitachienergy_epiphany) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=hitachienergy_epiphany&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=hitachienergy_epiphany) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=hitachienergy_epiphany&metric=bugs)](https://sonarcloud.io/summary/new_code?id=hitachienergy_epiphany) [![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=hitachienergy_epiphany&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=hitachienergy_epiphany) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=hitachienergy_epiphany&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=hitachienergy_epiphany) ** Epiphany is no longer under active development, no new features or upgrades will be done by the core team. The core team however, will address critical defects and security issues during the [LTS versions](docs/home/LIFECYCLE.md) lifecycle. Finally the core team will continue the [governance](docs/home/GOVERNANCE.md) of external contributions and publish intermittent releases for [LTS versions](docs/home/LIFECYCLE.md) during their lifecycle.** **As already announced, Docker is sunsetting Free Team organizations. That's why we decided to move to GitHub Packages, that remains free for public repositories. All the latest images are available [here.](https://github.com/hitachienergy/epiphany/pkgs/container/epicli)** ``` docker pull ghcr.io/hitachienergy/epicli: ``` ## Overview Epiphany at its core is a full automation of Kubernetes and Docker plus additional builtin services/components like: - Kafka or RabbitMQ for high speed messaging/events - Prometheus and Alertmanager for monitoring with Graphana for visualization - OpenSearch for centralized logging - HAProxy for loadbalancing - Postgres and OpenSearch for data storage - KeyCloak for authentication - Helm as package manager for Kubernetes The following target platforms are available: AWS, Azure and on-prem installation. Epiphany can run on as few as one node (laptop, desktop, server) but the real value comes from running 3 or more nodes for scale and HA. Everything is data driven so simply changing the manifest data and running the automation will modify the environment. Kubernetes hosts (masters, nodes) and component VMs can be added depending on data in the initial manifest. More information [here](/docs/home/howto/CLUSTER.md#how-to-scale-or-cluster-components). Please note that currently Epiphany supports only creating new masters and nodes and adding them to the Kubernetes cluster. It doesn't support downscale. To remove them from Kubernetes cluster you have to do it manually. We currently use Terraform and Ansible for our automation orchestration. All automation is idempotent so you can run it as many times as you wish and it will maintain the same state unless you change the data. If someone makes a "snow flake" change to the environment (you should never do this) then simply running the automation again will put the environment back to the desired state. ## Note about documentation - The documentation is a moving target. Always check the latest documentation on the develop branch. There is a big chance that whatever you are looking for is already added/updated or improved there. ## Deprecation Note At the link presented below you can find the information about deprecated components with plan of removal from Epiphany. [Deprecation Note](docs/home/DEPRECATION-NOTE.md) ## Quickstart ### Epicli Use the following command to see a full run-down of all [epicli](/docs/home/howto/PREREQUISITES.md#run-epicli-from-docker-image) commands and flags: ```shell epicli --help ``` Generate a new minimum cluster definition: ```shell epicli init -p aws -n demo ``` This minimum file definition is fine to start with, however if you need more control over the infrastructure created you can also create a full definition: ```shell epicli init -p aws -n demo --full ``` and this will create a cluster definition with all available in Epiphany components. You will need to modify a few values (like your AWS secrets, directory path for SSH keys). Once you are done with `demo.yml` you can start cluster deployment by executing: ```shell epicli apply -f demo.yml ``` You will be asked for a password that will be used for encryption of some of build artifacts. More information [here](docs/home/howto/SECURITY.md#how-to-run-epicli-with-password). Since version 0.7 epicli has an option to backup/recovery some of its components. More information [here](/docs/home/howto/BACKUP.md). ```shell epicli backup -f -b epicli recovery -f -b ``` To delete all deployed components following command should be used ```shell epicli delete -b ``` Find more information using table of contents below - especially the [How-to guides](docs/home/HOWTO.md). ## Documentation - Platform - [Resources](docs/home/RESOURCES.md) - [How-to guides](docs/home/HOWTO.md) - [Components](docs/home/COMPONENTS.md) - [Security](docs/home/SECURITY.md) - [Troubleshooting](docs/home/TROUBLESHOOTING.md) - [Changelog](CHANGELOG.md) - [Release policy and lifecycle](docs/home/LIFECYCLE.md) - Architecture - [Logical View](docs/architecture/logical-view.md) - [Process View](docs/architecture/process-view.md) - [Physical View](docs/architecture/physical-view.md) - Contributing - [Governance model](docs/home/GOVERNANCE.md) - [Development environment](docs/home/DEVELOPMENT.md) - [GIT Workflow](docs/home/GITWORKFLOW.md)

近期下载者

相关文件


收藏者