在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):uselagoon/lagoon开源软件地址(OpenSource Url):https://github.com/uselagoon/lagoon开源编程语言(OpenSource Language):TypeScript 42.8%开源软件介绍(OpenSource Introduction):Lagoon - the developer-focused application delivery platform for KubernetesTable of Contents
Project DescriptionLagoon solves what developers are dreaming about: A system that allows developers to locally develop their code and their services with Docker and run the exact same system in production. The same container images, the same service configurations and the same code.
Lagoon has been designed to handle workloads that have been traditionally more complex to make cloud-native (such as CMS, LMS, and other multi-container applications), and to do so with minimal retraining or reworking needed for the developers of those applications. Lagoon is fully open-source, built on open-source tools, built collaboratively with our users. UsageInstallationNote that is not necessary to install Lagoon on to your local machine if you are looking to maintain websites hosted on Lagoon. Lagoon can be installed:
For more information on developing or contributing to Lagoon, head to https://docs.lagoon.sh/contributing-to-lagoon For more information on installing and administering Lagoon, head to https://docs.lagoon.sh/administering-lagoon ArchitectureLagoon comprises two main components: Lagoon Core and Lagoon Remote. It's also built on several other third-party services, Operators and Controllers. In a full production setting, we recommend installing Lagoon Core and Remote into different Kubernetes Clusters. A single Lagoon Core installation is capable of serving multiple Remotes, but they can also be installed into the same cluster if preferred. To enhance security, Lagoon Core does not need administrator-level access to the Kubernetes clusters that are running Lagoon Remote. All inter-cluster communication happens only via RabbitMQ. This is hosted in Lagoon Core, and consumed (and published back to) by Lagoon Remote. This allows Lagoon Remotes to be managed by different teams, in different locations - even behind firewalls or inaccessible from the internet. Lagoon services are mostly built in Node.js. More recent development occurs in Go, and most of the automation and scripting components are in Bash. Lagoon CoreAll the services that handle the API, authentication and external communication are installed here. Installation is via a [Helm Chart].(https://github.com/uselagoon/lagoon-charts/tree/main/charts/lagoon-core)
Lagoon RemoteAll the services that are used to provision, deploy and maintain sites hosted by Lagoon on Kubernetes live here. These services are mostly comprised of third-party tools, developed external to Lagoon itself. Installation is via a Helm Chart
Additional ServicesThese services are usually installed alongside either Lagoon Core or Lagoon Remote to provide additional functionality to Lagoon.
TestingLagoon has a comprehensive test suite, designed to cover most end-user scenarios. The testing is automated in Ansible, and runs in Jenkins, but can also be run locally in a self-contained cluster. The testing provisions a standalone Lagoon cluster, running on Kind (Kubernetes in Docker). This cluster is made of Lagoon Core, Lagoon Remote, an image registry and a set of managed databases. It runs test deployments and scenarios for a range of Node.js, Drupal, Python and NGINX projects, all built using the latest Lagoon images. Other Lagoon componentsHere are a number of other repositories, tools and components used in Lagoon Lagoon ImagesThese images are used by developers to build web applications on, and come preconfigured for running on Lagoon as well as locally. There are php, NGINX, Node.JS, Python (and more) variants. These images are regularly updated, and are not only used in hosted projects, they're used in Lagoon too! To browse the full set of images, head to https://hub.docker.com/u/uselagoon Lagoon ExamplesA meta-project that houses a wide range of example projects, ready-made for use on Lagoon. These projects also include test suites that are used in the testing of the images. Please request an example via that repository if you want to see a particular one, or even better, have a crack at making one! Lagoon ChartsHouses all the Helm Charts used to deploy Lagoon, it comes with a built-in test suite. To add the repository amazee.io Chartsamazee.io has developed a number of tools, charts and operators designed to work with Lagoon and other Kubernetes services. To add the repository ContributionDo you want to contribute to Lagoon? Fabulous! See our Documentation on how to get started. HistoryLagoon was originally created and open sourced by the team at amazee.io in August 2017, and powers their global hosting platform. ConnectFind more information about Lagoon: At our website - https://lagoon.sh In our documentation - https://docs.lagoon.sh In our blog - https://dev.to/uselagoon Via our socials - https://twitter.com/uselagoon |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论