Skip to content

Commit

Permalink
Add samples for the "Right-size your GKE workloads at scale" tutorial (
Browse files Browse the repository at this point in the history
…#497)

* initial commit

* initial commit

* updated code

* added files

* update commands

* updated deploy instructions

* work:

* Initial commit

* updated readme

* Update .gitignore

* Update .gitignore

* removed WIP folder

* removed folder

* removed tags

* removed broken tag

* work

* initial commit

* initial commit

* inital commit

* update

* fixed cloud scheduler permission error

* update

* updated hpa exporter image name

* removed unnecessary files

* .gitignore

* update gitignore

* workflow files

* updated ci files

* update

* initial commit

* remove gke-stateful-kafka folder

* removed kafka folder

* Update .gitignore

* Fix VPA recommendations CI workflow

* Fix typo in metrics-exporter Cloud Build config

* Delete google_cloudbuild.yaml

* Fix typo in hpa-metrics-exporter Cloud Build config

* Fix typos in TF config

---------

Co-authored-by: Olivier Bourgeois <[email protected]>
  • Loading branch information
aburhan and bourgeoisor authored Mar 8, 2023
1 parent 5e2d2f5 commit cc4775d
Show file tree
Hide file tree
Showing 46 changed files with 8,398 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/gke-vpa-recommendations-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: gke-vpa-recommendations-ci
on:
push:
branches:
- main
paths:
- '.github/workflows/gke-vpa-recommendations-ci.yml'
- 'gke-vpa-recommendations/**'
pull_request:
paths:
- '.github/workflows/gke-vpa-recommendations-ci.yml'
- 'gke-vpa-recommendations/**'
jobs:
job:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: build metric-exporter container
run: |
cd gke-vpa-recommendations/metrics-exporter
docker build --tag metric-exporter .
- name: build hpa-metrics-exporter container
run: |
cd gke-vpa-recommendations/scripts
docker build --tag hpa-metrics-exporter .
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

# Misc.
.DS_Store
.idea/
.idea/
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
# Directory-specific owners
/windows-multi-arch/ @ibabou @liurupeng @mcshooter @pjh
/gke-stateful-postgres/ @aburhan @pwschuurman
/gke-vpa-recommendations/ @aburhan
/whereami/ @theemadnes
4 changes: 4 additions & 0 deletions gke-vpa-recommendations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Right-size your GKE workloads at scale

See step by step tutorial at [Right-size your GKE workloads at scale]
(https://cloud.google.com/kubernetes-engine/docs/tutorials/right-size-workloads-at-scale)
Loading

0 comments on commit cc4775d

Please sign in to comment.