Giter VIP home page Giter VIP logo

agolovkin's Projects

ansible-elk icon ansible-elk

:bar_chart: Ansible playbook for setting up an ELK/EFK stack and clients.

autoscaling icon autoscaling

Contoh Implementasi Horizontal Scaling pada kubernetes Clone github ini. lalu masuk ke dalam direktori autoscaling. Gunakan workspace katacoda : https://katacoda.com/athertahir/scenarios/kubernetes-for-beginners-minikube Jalankan minikube dengan perintah : minikube start Buatlah docker image dengan nama php-apache : docker build -t php-apache . AutoScaling Kemudian jalankan container dalam kubernetes dengan perintah: $ kubectl run php-apache --image=k8s.gcr.io/hpa-example --requests=cpu=200m --expose --port=80 [output] service/php-apache created deployment.apps/php-apache created Setelah server berjalan, kita akan membuat autoscaler menggunakan perintah "kubectl autoscale". Perintah berikut ini akan membuat Autoscaler Pod Horisontal untuk mengelola 1 - 10 replikasi Pod yang untuk mengendalikan php-apache deployment. Secara umum, HPA akan menambah atau mengurangi jumlah replika (melalui deployment) untuk memjaga utilitas CPU agar tetap memiliki beban rata-rata Pods 50% (dalam contoh ini setiap pod meminta 200 mili-core oleh kubectl run, ini berarti rata-rata penggunaan CPU 100 mili -cores) $ kubectl autoscale deployment php-apache --cpu-percent=50 --min=1 --max=10 $ kubectl get hpa ##Load testing $ kubectl run -i --tty load-generator --image=busybox /bin/sh Hit enter for command prompt $ while true; do wget -q -O- http://php-apache.default.svc.cluster.local; done $ kubectl get hpa

bash-exporter icon bash-exporter

Simple & minimalistic Prometheus exporter for bash scripts, written in Go

charts icon charts

Curated applications for Kubernetes

cryptopro icon cryptopro

КриптоПро 4.0 в докер контейнере

devops-examples icon devops-examples

Sample Scripts and Tools I've used and Tips of how to use, during my times as a DevOps Engineer in London and Beyond

emjpm icon emjpm

Trouver rapidement le bon professionnel pour les majeurs à protéger

examples icon examples

Example code and files from "Kubernetes: Up and Running"

examples-1 icon examples-1

Examples for "Kubernetes Patterns - Reusable Elements for Designing Cloud-Native Applications"

gitlabhq icon gitlabhq

GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.