Kubernetes World

  • Login
Trending now

Monitor your Redis instance on Kubernetes with RedisInsight. | by Chris Ed Rego | DevOpsBytes ...

Backup and Restore EKS Kubernetes Using Velero. | by Harshal Kathar | Jan, 2021 | ...

Kubernetes Intro by Shivkumar. Kubernetes 101 | by Shivkumar Anil Ople | Jan, 2021 | ...

Implementing Azure AD/Azure Kubernetes Services Integration and applying Kubernetes Namespace for DevOps Users. | by ...

Helm step by step approach Part-1 | by ramesh gowru | Jan, 2021 | Medium

High scale web server with Kubernetes | by Itay Bittan | Jan, 2021 | Medium

จำกัดขนาดของ PersistentVolumeClaim ไม่ให้เกินกว่าที่กำหนด | by Damrongsak Reetanon | Jan, 2021 | Medium

Sobre a História da Computação Distribuída e Clusters Kubernetes | by André Perez | Data ...

How to use AWS IAM role on AWS EKS PODs | by Matheus Lozano | ...

Kubernetes StatefulSet Initialization with Unique Configs per Pod | by Yitaek Hwang | Jan, 2021 ...

Home » Technology » Spring Boot + Kubernetes — Scalabilità con Horizontal Pod Autoscaler (HPA) | by Andrea Scanzani | Architetture Digitali | Nov, 2020 | Medium

Spring Boot + Kubernetes — Scalabilità con Horizontal Pod Autoscaler (HPA) | by Andrea Scanzani | Architetture Digitali | Nov, 2020 | Medium medium.com

1
admin 2 months ago in Technology

In questo articolo andiamo a vedere come effettuare un deploy di un Microservizio realizzato con Spring Boot su un cluster Kubernetes; successivamente andremo a configurare il meccanismo per rendere il nostro Microservizio scalabile in base alle necessità di utilizzo (in questo caso sul consumo della CPU), questa tecnica si chiama Horizontal Pod Autoscaler (HPA). Tutto il sorgente Java e le configurazioni Kubernetes sono disponibili al seguente Git repos: Come prima cosa andiamo a creare il nostro progetto con Maven, di seguito riportiamo il pom.xml utile a soddisfare le dipendenza di Spring Boot: Il nostro pom.xml è minimale in quanto andiamo ad utilizzare solo due dipendenze di Spring Boot:

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Monitor your Redis instance on Kubernetes with RedisInsight. | by...
  2. Backup and Restore EKS Kubernetes Using Velero. | by Harshal...
  3. Kubernetes Intro by Shivkumar. Kubernetes 101 | by Shivkumar Anil...
  4. Implementing Azure AD/Azure Kubernetes Services Integration and applying Kubernetes Namespace...
  5. Helm step by step approach Part-1 | by ramesh gowru...
  6. High scale web server with Kubernetes | by Itay Bittan...
  7. จำกัดขนาดของ PersistentVolumeClaim ไม่ให้เกินกว่าที่กำหนด | by Damrongsak Reetanon | Jan, 2021...
  8. Sobre a História da Computação Distribuída e Clusters Kubernetes |...
Tags : Architecturejavakubernetesspring-boot

Get weekly Kubernetes news directly to your inbox

Loading
Copyright © 2021 Kubernetes World.
Login Register

Login

Lost Password
Oops! Sorry, registration is disabled.

Spring Boot + Kubernetes — Scalabilità con Horizontal Pod Autoscaler (HPA) | by Andrea Scanzani | Architetture Digitali | Nov,...

admin 2 months ago in

In questo articolo andiamo a vedere come effettuare un deploy di un Microservizio realizzato con Spring Boot su un cluster Kubernetes; successivamente andremo a configurare il meccanismo per rendere il nostro Microservizio scalabile in base alle necessità di utilizzo (in questo caso sul consumo della CPU), questa tecnica si chiama Horizontal Pod Autoscaler (HPA). Tutto il sorgente Java e le configurazioni Kubernetes sono disponibili al seguente Git repos: Come prima cosa andiamo a creare il nostro progetto con Maven, di seguito riportiamo il pom.xml utile a soddisfare le dipendenza di Spring Boot: Il nostro pom.xml è minimale in quanto andiamo ad utilizzare solo due dipendenze di Spring Boot:

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Monitor your Redis instance on Kubernetes with RedisInsight. | by...
  2. Backup and Restore EKS Kubernetes Using Velero. | by Harshal...
  3. Kubernetes Intro by Shivkumar. Kubernetes 101 | by Shivkumar Anil...
  4. Implementing Azure AD/Azure Kubernetes Services Integration and applying Kubernetes Namespace...
  5. Helm step by step approach Part-1 | by ramesh gowru...
  6. High scale web server with Kubernetes | by Itay Bittan...
  7. จำกัดขนาดของ PersistentVolumeClaim ไม่ให้เกินกว่าที่กำหนด | by Damrongsak Reetanon | Jan, 2021...
  8. Sobre a História da Computação Distribuída e Clusters Kubernetes |...