Splunk Vs ELK Feature Comparison
Hello readers, I’ll be covering about the basic difference of Splunk and ELK stack,its use cases (Feature comparision) and the […]
Hello readers, I’ll be covering about the basic difference of Splunk and ELK stack,its use cases (Feature comparision) and the […]
Pattern matching is the process of checking whether a specific sequence of characters/tokens/data exists among the given data. In Scala
Introduction of Monad in Scala Monad in scala are a category of data types. Informally, anything that has a type
Introduction: Kubernetes Sidecar Containers are those containers that run parallel with the main container in the pod. Also, this sidecar
In this blog post, we will talk about Option data type in Scala. Then we will discuss some of the
What is Functional Programming? Firstly, Functional programming is a programming paradigm in which everything is bound using pure mathematical functions.
Prerequisites:- Kubernetes Cluster should be up and running. OVERVIEW Inside our Host Machine, we are setting up the Kubernetes Cluster.
What is Akka? Akka is a platform for designing scalable, resilient systems that span processor cores and networks. It allows
Introduction Jobs In Kubernetes is like other resources but allows you to run a pod whose container isn’t restarted when
Case Classes in Scala Case classes in scala are regular classes with some extra toppings. Let’s discuss why they are
After hosting an application on Kubernetes we need to configure TLS/SSL certificate to serve our application over HTTPS securely. Configuring