Skip to content

Commit

Permalink
Import okteto/samples examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pchico83 committed Jun 4, 2019
1 parent 7c39ea9 commit 8786020
Show file tree
Hide file tree
Showing 313 changed files with 2,044 additions and 1,042 deletions.
4 changes: 4 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1,4 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# See https://blog.github.com/2017-07-06-introducing-code-owners/ for details
* @pchico83 @rberrelleza @rlamana
17 changes: 9 additions & 8 deletions README.md
Expand Up @@ -2,14 +2,15 @@

**Maintainers:** [Okteto](https://github.com/okteto)

This repository contains examples of how to develop applications directly in the cloud using [Okteto](https://cloud.okteto.com).
This repository contains examples of how to develop applications directly in your Kubernetes cluster using [okteto](https://okteto.com), different platforms and deployment technologies.

## Examples

1. [Golang app](math/README.md)
1. [Python app accesing Redis](vote/README.md)
1. [React/Webpack app + Node.js API + MongoDB](movies/README.md)
1. [Accelerate Serverless Development with Cloud Run and Okteto](cloud-run/README.md)
1. [Python app deployed with raw Kubernetes manifests](python-kubectl/README.md)
1. [Python app integrated with VS Code Remote Development](vscode-ssh/README.md)

1. [Python](python/README.md)
1. [Golang](golang/README.md)
1. [Node.js](node/README.md)
1. [Ruby](ruby/README.md)
1. [Java](java/README.md)
1. [Helm](helm/README.md)
1. [Cloud Run](cloud-run/README.md)
1. [VS Code Remote Development](vscode/README.md)
104 changes: 0 additions & 104 deletions cloud-run/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions cloud-run/Dockerfile

This file was deleted.

201 changes: 0 additions & 201 deletions cloud-run/LICENSE

This file was deleted.

0 comments on commit 8786020

Please sign in to comment.