Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imjasonh/elafros
Open source specification and implementation of a k8s- and istio-based serverless container platform.
https://github.com/imjasonh/elafros
Last synced: about 1 month ago
JSON representation
Open source specification and implementation of a k8s- and istio-based serverless container platform.
- Host: GitHub
- URL: https://github.com/imjasonh/elafros
- Owner: imjasonh
- License: apache-2.0
- Created: 2018-05-23T15:07:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T01:19:51.000Z (over 6 years ago)
- Last Synced: 2024-10-14T16:51:00.615Z (3 months ago)
- Language: Go
- Homepage:
- Size: 20.7 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Knative Serving
This repository contains an open source specification and implementation of a Kubernetes- and Istio-based container platform.
If you are interested in contributing to `Knative Serving`, see
[CONTRIBUTING.md](./CONTRIBUTING.md) and [DEVELOPMENT.md](./DEVELOPMENT.md).## Getting Started
* [Setup Istio](https://istio.io/docs/setup/kubernetes/quick-start.html): Make sure to enable automatic sidecar injection for the default namespace (or any other namespace containing Knative Serving services).
* [Setup Knative Serving](#latest-release): See `Latest Release` below.
* [Run samples](./sample/README.md)## Configuring Knative Serving
See [CONFIG.md](./install/CONFIG.md).### Latest Release
You can install the latest release of Knative Serving via:
```shell
kubectl apply -f https://storage.googleapis.com/knative-releases/latest/release.yaml
```