Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubernetesSubmissions

Exercises

Chapter 2

Chapter 3

Chapter 4

Chapter 5

Chapter 6

PostgreSQL in GKE (StatefulSet + PVC)

Advantages

  • Lower cost.
  • Full control over PostgreSQL configuration.
  • Portable to any Kubernetes cluster.

Disadvantages

  • You are responsible for installation, upgrades and maintenance.
  • You must configure backups yourself.
  • Lower availability.
  • Uses CPU and memory from your Kubernetes cluster.

Google Cloud SQL (DBaaS)

Advantages

  • Very little database administration.
  • Automatic backups and easy restore.
  • High availability and failover are built in.
  • Does not consume resources from the Kubernetes cluster.

Disadvantages

  • Higher cost.
  • Less control over the database server.
  • Tied to Google Cloud services.

Execise 4.3

count(
  kube_pod_info{
    namespace="monitoring",
    created_by_kind="StatefulSet"
  }
)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages