How to expose multiple port in services in kubernetes or Multi-Port Services
You have two options: You could have multiple services, one for each port. As you pointed out, each service will end up with a different IP address You could have…
Read more »Working with multiple virtual Kubernetes clusters aka Namespaces
Kubernetes supports multiple virtual clusters backed by the same physical cluster. These virtual clusters are called namespaces. Namespaces ca be used in multiple environment with many users spread across multiple…
Read more »ElasticSearch Error – illegal_argument_exception – Rejecting mapping update to type
########### COMMAND ################# ########### OUTPUT ########### Solution Multiple mapping types are not supported in indices created in 6.0 The ability to have multiple mapping types per index has been removed…
Read more »How to use two github account on the same computer?
Step 1 – How to generate a ssh key pair? $ ssh-keygen -t rsa -C “devops@RajeshKumar.xyz” Step 2 – Upload 2 different public key in 2 github accounts. Step 3…
Read more »Considerations for Multiple VSS Databases – Pros and Cons
Microsoft recommends against using multiple VSS databases in simple cases. The support that was in some earlier versions of the product using Data Path doesn’t seem to work at all…
Read more »