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"
- Host: GitHub
- URL: https://github.com/flant/werf-first-steps-example
- Owner: flant
- Created: 2021-12-15T14:56:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T01:34:13.000Z (almost 2 years ago)
- Last Synced: 2025-10-18T13:04:01.972Z (9 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.