spring-native-function-knative
A simple example of a Function deployed in Knative, available as JVM or Native Image
File Explorer
- maven-wrapper.jar
- maven-wrapper.properties
- MavenWrapperDownloader.java
- demo.txt
- DEPLOY-K8s.md
- DEPLOY-KN.md
- KPACK.md
- README.md
- deployment.yaml
- service.yaml
- deployment-native.yaml
- service-native.yaml
- service.yaml
- service-native.yaml
- image.yaml
- image-native.yaml
- skaffold.yaml
- SpringNativeFunctionKnativeApplication.java
- application.properties
- SpringNativeFunctionKnativeApplicationTests.java
- .gitignore
- accelerator.yaml
- build.sh
- compile.sh
- LICENSE
- mvnw
- mvnw.cmd
- pom.xml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
serverless
View Details ▼
serverless
Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure, and IBM OpenWhisk.
Commands can be run either using the `serverless` command or its alias, `sls`.
serverless create
Create a serverless project:
serverless create --template {{template_name}}
Create a serverless project from a template:
serverless deploy
Deploy to a cloud provider:
