Skip to content
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
Alddit

ALDDIT – Middleware Knowledge Base

  • IBM-MQ
  • WebLogic
  • Jboss
  • WAS
  • Apache httpd
  • SSL
  • Shell Scripting
  • Cloudera Kafka
  • Hadoop
  • OS Platform
  • AWS
  • Kubernetes

Category: Kubernetes

  • Home
  • Kubernetes
Kubernetes

How to enable load balancing algoithm in openshift route ?

January 27, 2024January 27, 2024 admin

To enable load balancing algorithms in OpenShift routes, you typically don’t configure the load balancing algorithm directly within OpenShift itself. Instead, OpenShift relies on the

Read More
Kubernetes

How to get the k8s version & upgrade

April 21, 2023April 21, 2023 admin

run kubeadm version to get the k8s version . below command will check if any of the new version or patches available for us .

Read More
Kubernetes

Taking etcd backup

April 21, 2023April 21, 2023 admin

etcd is a static pod running on master which store full information about the k8s cluster. It is very important to keep it safe and

Read More
Kubernetes

Kubectl help commands

April 21, 2023April 21, 2023 admin
Read More
Kubernetes

K8S networkPolicy

April 21, 2023April 21, 2023 admin

All the above rules are or if any one of the rule is staisfied then the traffic is allowed .if you just remove – then

Read More
Kubernetes

How to connect to POD in K8S

April 20, 2023April 20, 2023 admin

Lets try to connect to the POD nginx running . List the pods in the cluster and see if it is running or not root@master:/tmp#

Read More
Kubernetes

Creating PV in K8S

April 20, 2023April 20, 2023 admin

Create pv.yaml k create -f pv.yaml PV is created and now developer can use it . k describe pv to get more details . Create

Read More
Kubernetes

k8s node maintenance mode

April 20, 2023April 20, 2023 admin

if you want o upgrade the host os for any of the node in the kubernetes cluster you need to put the node in maintenance

Read More
Kubernetes

RBAC in k8s

April 20, 2023April 20, 2023 admin

RBAC stands for role base access control . k get role k get rolebindings k create clusterole –help –verb –> this is something that sets

Read More
Kubernetes

Static POD in K8S

April 20, 2023April 20, 2023 admin

static pods are some pods which will be created and managed by Kubelet . In the below example yaml file inside the node1 manifest. here

Read More

Posts navigation

1 2 Next
  • IBM MQ TLS Authentication
  • How to set message expiry at Queue level in IBM MQ ?
  • How to check the Intermediate certificate is signed by root, Server certificate is signed by intermediate?
  • How to enable load balancing algoithm in openshift route ?
  • IBM Connect:Direct sample commands
  • IBM Connect:Direct Installation on windows
  • Is connect direct database passwords encrypted ?
  • How to check the current no of TLS records that the Sender channel is sent ?
  • IBM AMS configuration
  • How to stash the password to file
  • How to change an expired password in a Key Database (KDB) file using the runmqakm
  • AMQ9555 received when starting channel
  • Kubernetes for beginners overview[K8s]
  • How to get the k8s version & upgrade
  • Taking etcd backup
  • Kubectl help commands
  • K8S networkPolicy
  • How to connect to POD in K8S
  • Creating PV in K8S
  • k8s node maintenance mode
Flag Counter
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions