An open API service indexing awesome lists of open source software.

https://github.com/flant/werf-first-steps-example

Applications for articles "First steps"
https://github.com/flant/werf-first-steps-example

Last synced: 5 months ago
JSON representation

Applications for articles "First steps"

Awesome Lists containing this project

README

          

# First steps with werf demo

This repo contains ready-to-use examples for a simplistic application
(an echo server implemented in Bash) used to show how [werf](https://werf.io/)
builds Docker images (`001_build`) and how it deploys them to Kubernetes
(`002_deploy`).

Please, follow this article to get the detailed description of how you
can use these examples:
* Russian version: «[Первые шаги с werf: собираем и деплоим простое приложение в Kubernetes](https://habr.com/ru/company/flant/blog/597001/)».

P.S. Note the article itself is based on the «[First steps](https://werf.io/guides/nodejs/100_basic.html)»
chapter of our [werf guides](https://werf.io/guides/). Refer to it as
an even more comprehensive starting point for werf.