Difference between revisions of "User:Naresh"

(Deploying ACP MariaDB and ACP Session steps to deploy in GCP K8S)
 
Line 1: Line 1:
Deploying ACP MariaDB and ACP Session to K8S
+
Deploying ACP MariaDB and ACP Session to K8S
 +
 
 +
We have created custom images from the local system for the MariaDB and ACP to deploy pods on the GCP K8s Engine
 +
 
 +
 
 +
MariadB docker file contains
 +
 
 +
 
 +
The Docker file contains the Image used  and we are installing the mariadb-client on the image , once the image is created this is pushed to GCP image repository
 +
 
 +
Mariadb-Client is installed to connect locally from HeidiSQL APP.
 +
[[File:Mariadb Docker FIle.png|left|thumb]]

Revision as of 06:43, 1 April 2025

Deploying ACP MariaDB and ACP Session to K8S

We have created custom images from the local system for the MariaDB and ACP to deploy pods on the GCP K8s Engine


MariadB docker file contains


The Docker file contains the Image used and we are installing the mariadb-client on the image , once the image is created this is pushed to GCP image repository

Mariadb-Client is installed to connect locally from HeidiSQL APP.

Mariadb Docker FIle.png