User Tools

Site Tools


gcp:s

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gcp:s [2023/05/05 08:19] fgmgcp:s [2023/05/05 12:11] (current) fgm
Line 1: Line 1:
 ====== S ====== ====== S ======
  
 +  * Scalability: an application’s ability to handle increased load without failing.
   * Service:   * Service:
-    * Compare [[gcp:d|Discovery document]]+    * In Kubernetes, a resource that lets you expose your application to external traffic 
 +    * Compare [[gcp:d|Deployment]] 
 +  * Session affinity:  
 +    * A mechanism by which load balancers attempt to send requests from the same client to the same backends 
 +    * In GCP, this is a setting of the "backend service", off by default 
 +  * SLSA = Supply-chain Levels for Software Artifacts 
 +    * https://slsa.dev/spec/v1.0/about 
 +    * [[https://cloud.google.com/blog/products/application-development/google-introduces-slsa-framework?hl=en|Google introduces SLSA framework]] 
 +  * SPOF = Single Point Of Failure. 
 +    * Occurs when not enough backup resources are allocated. 
 +  * SRE = Site Reliability Engineering 
 +    * https://sre.google/ 
 +    * https://landing.google.com/sre/books 
 + 
 + 
gcp/s.1683274745.txt.gz · Last modified: 2023/05/05 08:19 by fgm