Skip to content

paulleroyza/sql-server-on-gke

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sql-server-on-gke

Create the Cluster

gcloud container clusters create kubeernetes-cluster --project=your-project-id --zone=us-central1-a

Connect to the Cluster

gcloud container clusters get-credentials kubeernetes-cluster --zone us-central1-a --project=your-project-id

Create a password for sa

kubectl create secret generic mssql-secrets --from-literal=SA_PASSWORD="Super-secret-pa$$word-Here!"

Create the disks and the deployment

kubectl apply -f volume-claims.yaml

kubectl apply -f mssql-deployment.yaml

kubectl apply -f mssql-service.yaml

A load balancer running on port 1433 is created. Connect with your favorite tool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published