#Kubernetes Tudip
Explore tagged Tumblr posts
udaykorethings-blog · 6 years ago
Link
Kubernetes is a portable, extensible open source platform for managing containerized workloads and services, that provides both configuration and automation...
0 notes
mytudip · 6 years ago
Link
0 notes
tudiptechnologies · 3 years ago
Link
Kubernetes service accounts are always the primary identification method in the Kubernetes clusters. Historically, these credentials have been scoped globally, and have been subject to relatively high replay risk and not available outside the cluster sense.
0 notes
tudiptechnologies · 3 years ago
Link
Kubernetes Engine is Google Cloud Platform’s (GCP’s) managed Kubernetes service and With Kubernetes service, all the GCP customers can create and maintain their own Kubernetes clusters without having to manage the Kubernetes platform.
0 notes
tudiptechnologies · 4 years ago
Link
The following paragraph will give you a brief idea about what exactly this blog is about:
After setting up a Kubernetes Deployment of WordPress connected to Cloud SQL via the SQL Proxy. The SQL Proxy will allow you to interact with a Cloud SQL instance like it was installed locally (localhost:3306), and even after you are on an unsecured port locally, the SQL proxy makes sure that you can connect to your cloud SQL instance over wire securely.
You will create following components:
GKE cluster
Cloud SQL instance
Service account for pods to access cloud SQL
Deploy WordPress on GKE cluster with SQL proxy as sidecar, connected to your cloud SQL instance
Using following 7 objective you can complete your task:
Activate Google Cloud Shell, and run the following command to list your account and project:
gcloud auth list gcloud config list project
0 notes
udaykorethings-blog · 6 years ago
Link
In the world of distributed systems, scaling and hosting dedicated game servers for online, multiplayer games is challenging. 
0 notes
udaykorethings-blog · 6 years ago
Link
RBAC is one of the Authorization Modules in Kubernetes. Role-based access control is a method to provide access to the API resources running on your cluster based on the roles of individual users within an enterprise.
0 notes
tudiptechnologies · 4 years ago
Link
Secured and managed Kubernetes service with four-way auto scaling and multi-cluster support. New customers get $300 in free credits to spend on Google Cloud during the first 90 days. All customers get one zonal cluster per month for free, not charged against your credits.
0 notes