https://github.com/lreimer/productive-cloud-native-devex
Ways Towards a
Productive Cloud-native DevEx
https://github.com/lreimer/productive-cloud-native-devex
buildpacks cloud-native developer-tools draft krew kustomize pulumi pulumi-kubernetes skaffold tilt
Last synced: 2 months ago
JSON representation
Ways Towards a Productive Cloud-native DevEx
- Host: GitHub
- URL: https://github.com/lreimer/productive-cloud-native-devex
- Owner: lreimer
- License: mit
- Created: 2020-03-03T21:29:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T05:08:09.000Z (about 3 years ago)
- Last Synced: 2025-07-08T23:40:16.225Z (11 months ago)
- Topics: buildpacks, cloud-native, developer-tools, draft, krew, kustomize, pulumi, pulumi-kubernetes, skaffold, tilt
- Language: Java
- Homepage:
- Size: 284 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ways Towards a Productive Cloud-native DevEx
Make sure you have compiled the sources using `./gradlew kick ass` or `./gradlew clean ass`
## Using Buildpacks as Kickstart
Detailed instructions on how to use Cloud-native Buildpacks to kick start your project are [here](buildpacks.md)
## Using Kustomize to reduce YAML Bloat
Detailed instructions on how to use Kustomize to reduce your YAML bloat are [here](kustomize.md)
## Using Pulumi to replace YAML Bloat
Detailed instructions on how to use Pulumi to replace your YAML bloat are [here](pulumi.md).
## Using Skaffold for Continuous Flow
Detailed instructions on how to use Skaffold for continuous flow are [here](skaffold.md)
## Using Tilt for Continuous Flow
Detailed instructions on how to use Tilt for continuous flow are [here](tilt.md)
## Using Draft as Kickstart
Detailed instructions on how to use Draft to kick start your project are [here](draft.md).
## Maintainer
M.-Leander Reimer (@lreimer),
## License
This software is provided under the MIT open source license, read the `LICENSE`
file for details.