GitXplorerGitXplorer
l

k8s-hello-world-web

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
8d6a72091b7169ed165b98de014e532db82ca16a

dfkjgklfd

lleonrinkel committed 3 years ago
Unverified
cfbfe25dc461ddadc48291a8953f8b172baf7e94

Add secret route

lleonrinkel committed 3 years ago
Verified
8f6ced37a5f920c5f99ee12fc5b3f150ddcacae9

Added horizontal pod autoscaling based on CPU utilization

lleonrinkel committed 3 years ago
Verified
8c66dbf65b62baf01e95512b30a17836f1c3a3ca

Added Fibonacci route to simulate CPU intensive request

lleonrinkel committed 3 years ago
Verified
145a0324ff8f96dd2b9bb13a20f35601050a31cf

Changed ingress to use CRD

lleonrinkel committed 3 years ago
Verified
812d0f1e8c7a462f6abc29d864eec3ef5b4fd060

Initial commit

lleonrinkel committed 3 years ago

README

The README file for this repository.

k8s-hello-world-web

$ docker build -t k8s-hello-world-web .
$ docker tag k8s-hello-world-web leonrinkel/k8s-hello-world-web
$ docker push leonrinkel/k8s-hello-world-web
$ kubectl apply --filename k8s --recursive