Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 972 Bytes

File metadata and controls

26 lines (19 loc) · 972 Bytes

Replicated Platform Examples

This repository contains a collection of examples for users of the Replicated platform. Examples are divided broadly into two categories: applications and patterns. Applications show complete applications that take advantage of many features of the platform, while Patterns show a simple reusable solution to a common problem you might encounter while distributing your software with Replicated.

Getting Started

This project uses Flox to manage developer dependencies. With Flox installed, activate the environment to get all the tools you need:

flox activate

This provides helm, kubectl, helmfile, task, just, make, yq, jq, yamllint, python3, replicated, and other utilities used across the application examples.

Contributing

Contributions are greatly appreciated. We are currently evolving our contributors guide to better support your contributions.