Skip to content

Minor fix on Markdown to follow markdown rules #2052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- github does not support `width` with markdown images-->
<img src="logo/skaffold.png" width="220">

---------------------
Expand Down Expand Up @@ -34,13 +35,14 @@ provides building blocks and describe customizations for a CI/CD pipeline.
* **minimal pipeline** - Skaffold provides an opinionated, minimal pipeline to keep things simple

## Install

Installation methods can be found in the [Getting Started Guide](https://skaffold.dev/docs/getting-started/#installing-skaffold).

See [Github Releases](https://github.com/GoogleContainerTools/skaffold/releases) for more information.

## Demo

![](docs/static/images/intro.gif)
![Demo](docs/static/images/intro.gif)

## A Glance at Skaffold Workflow and Architecture

Expand Down Expand Up @@ -87,35 +89,31 @@ Skaffold supports the following tools:
* tag by environment variables based template
* tag by checksum of the source code
* Push
* don't push - keep the image on the local daemon
* push to registry
* don't push - keep the image on the local daemon
* push to registry

![architecture](docs/static/images/architecture.png)


Besides the above steps, skaffold also automatically manages the following utilities for you:

* forwards container ports to your local machine using `kubectl port-forward`
* aggregates all the logs from the deployed pods


## Documentation

Documentation for latest release: http://skaffold.dev
Documentation for latest release: <https://skaffold.dev>

Documentation for latest build: http://skaffold-latest.firebaseapp.com
Documentation for latest build: <https://skaffold-latest.firebaseapp.com>

## More examples

Check out our [examples page](./examples)

## Community

## Community
- [skaffold-users mailing list](https://groups.google.com/forum/#!forum/skaffold-users)
- [#skaffold on Kubernetes Slack](https://kubernetes.slack.com/messages/CABQMSZA6/)
* [skaffold-users mailing list](https://groups.google.com/forum/#!forum/skaffold-users)
* [#skaffold on Kubernetes Slack](https://kubernetes.slack.com/messages/CABQMSZA6/)

There is a bi-weekly Skaffold users meeting at 9:30am-10am PST hosted on hangouts under "skaffold".
Everyone is welcome to add suggestions to the [agenda](https://docs.google.com/document/d/1mnCC_fAI3pmg3Vb2nMJyPk8Qtjjuapw_BTyqI_dX7sk/edit) and attend.
Join the [skaffold-users mailing list](https://groups.google.com/forum/#!forum/skaffold-users) to get the calendar invite directly on your calendar.


Join the [skaffold-users mailing list](https://groups.google.com/forum/#!forum/skaffold-users) to get the calendar invite directly on your calendar.