Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getporter/examples
Example Porter bundles
https://github.com/getporter/examples
cnab hacktoberfest porter
Last synced: 29 days ago
JSON representation
Example Porter bundles
- Host: GitHub
- URL: https://github.com/getporter/examples
- Owner: getporter
- License: apache-2.0
- Created: 2021-11-17T14:48:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:43:23.000Z (4 months ago)
- Last Synced: 2024-09-14T11:45:23.238Z (4 months ago)
- Topics: cnab, hacktoberfest, porter
- Language: Go
- Homepage: https://porter.sh/examples/
- Size: 301 KB
- Stars: 14
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Example Porter Bundles
This repository contains example bundles that demonstrate various useful bundle tricks.
* [Contribute an Example](./CONTRIBUTING.md)
* [Try out Porter with an example](#try)
* [Learn how to use Porter with an example](#learn)## Try
These are bundles that are intended for you to use to try out Porter and actually install an application.
* [Azure Key Vault](/azure-keyvault/)
* [Jaeger with Open Telemetry](/otel-jaeger/)## Learn
These are bundles that pure examples, demonstrating a technique about how to write a bundle.
They aren't intended to be used to install an application (see above).* [Airgap](/airgap/) demonstrates how to write a bundle that can be installed in an airgapped or isolated network.
* [AKS Spring Music](/aks-spring-music/) demonstrates how to use multiple mixins together in bundle.
* [Azure Terraform](/azure-terraform/) demonstrates how to use Terraform in a bundle and persist Terraform's state in Azure Blob Storage.
* [Azure Wordpres](/azure-wordpress/) demonstrates how to deploy Wordpress to Azure using the arm mixin.
* [Credentials Tutorial](/credentials-tutorial/) is the source code for the [Credentials QuickStart](https://getporter.org/quickstart/credentials).
* [Docker](/docker/) demonstrates how to use Docker from inside a bundle.
* [Docker App](/dockerapp/) demonstrates how to convert from a Docker App to a Porter bundle with Docker Compose.
* [Exec Mixin Outputs](/exec-outputs) demonstrates how to save outputs generated by the exec mixin.
* [GKE](/gke/) demonstrates how to use GKE cluster credentials with a bundle.
* [Hello](/hello/) is a hello world bundle for trying out Porter.
* [Helm Multi-Arch](/helm-multiarch/) demonstrates how Porter can deploy a multi-arch image with Helm.
* [Kubernetes](/kubernetes/) demonstrates how to use a Kubernetes kubeconfig with a bundle.
* [Plugings Tutorial](/plugins-tutorial/) is the source code for the [Plugins Tutorial](https://getporter.org/plugins/tutorial/).
* [Sensitive Data](/sensitive-data/) is a example bundle for trying out Porter to work with bundles that contains sensitive data.