WELCOME TO ITLOGICLAB
REAL TECH – REAL EXAMPLE
Practical guides, hands-on tutorials and real world. Written by an engineer, for engineers.
FEATURED POSTS
-
Kafka Insight: Bridging Data and Applications
Kafka is an open source, distributed event streaming platform. This is design for fault tolerant, high throughput data processing. This is used to build a data pipeline, streaming applications and allow the processing stream of records in fault tolerant manner. We will be keeping this blogs more hands on with a little theoretical information, which…
-
Kubernetes Storage
Application code is used to store the transactional data into the database and that datastore should be the persistent. Kubernetes provide a way to manage the data management through the Persistent Volume and Pods are associated with PersistentVolumeClaim to use PersistentVolume. PersistentVolume can be understood as the storage on the cluster. This storage is provisioned…
-
Container Managed Database Resource (JNDI) with Springboot.
We have the example of applications which are connecting to database are managed by the application. Sometime applications wants it to managed by the container. Application maintained the database resource properties in the application yaml properties and when the application started spring boot takes care of building the resources using the starters. With this the…
-
Ingress
Overview Applications are deployed in the kubernetes cluster and are accessible through the services. Application are accessible through the service and the node port on which that service is exposed. It is difficult for a client to remember this service name and port, they want a URL through which they can access the application. When…
LATEST POSTS
-
Kafka Insight: Bridging Data and Applications
Kafka is an open source, distributed event streaming platform. This is design for fault tolerant, high throughput data processing. This is used to build a data pipeline, streaming applications and allow the processing stream of records in fault tolerant manner. We will be keeping this blogs more hands on with a little theoretical information, which…
-
Kubernetes Storage
Application code is used to store the transactional data into the database and that datastore should be the persistent. Kubernetes provide a way to manage the data management through the Persistent Volume and Pods are associated with PersistentVolumeClaim to use PersistentVolume. PersistentVolume can be understood as the storage on the cluster. This storage is provisioned…
-
Container Managed Database Resource (JNDI) with Springboot.
We have the example of applications which are connecting to database are managed by the application. Sometime applications wants it to managed by the container. Application maintained the database resource properties in the application yaml properties and when the application started spring boot takes care of building the resources using the starters. With this the…
-
Ingress
Overview Applications are deployed in the kubernetes cluster and are accessible through the services. Application are accessible through the service and the node port on which that service is exposed. It is difficult for a client to remember this service name and port, they want a URL through which they can access the application. When…
