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
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
Kubernetes

Generating sample yaml file in k8s

April 20, 2023April 20, 2023 admin

you can just run with –dry-run=client option to generate yaml file. Which is then you can add any other elements or delete if you pass

Read More
Kubernetes

k8s Node selector & Affinity

April 19, 2023April 20, 2023 admin

Affinity k8s conigMap Resource Limits Limits and Requests are important settings when working with Kubernetes. This article will focus on the two most important ones:

Read More
Kubernetes

How to scale up k8s nodes

April 19, 2023April 20, 2023 admin

below we are using replication controller to stick Node2 to be scheduled kubectl scale –replicas=20 rc/myapp-rc if we see above all are created in Node2

Read More
Kubernetes

k8s replication controller

April 18, 2023April 20, 2023 admin

replication controller is to manage HA with the pods in short terms . root@master:/tmp# k create -f test-rc.yamlreplicationcontroller/myapp-rc createdroot@master:/tmp# Deleting the replication controller will delete

Read More
Kubernetes

K8s basic commands

April 18, 2023April 20, 2023 admin

list the nodes in the k8s cluster [ run it on the master node ] display default pods in the cluster To get more [

Read More
Kubernetes

How to generate token or print for adding worker to master in K8s

April 18, 2023April 20, 2023 admin

On Master node run the below command that print the token and use it on the worker to register with master root@master:~# kubeadm token create

Read More
AWS

Terraform for beginners.

April 2, 2023April 2, 2023 admin

Terraform is an opensource IoC service to develop, manage and support complex infrastructure or cloud in the organizations. It uses the provider specific modules to

Read More
WAS

Websphere login issues with admin account

April 1, 2023April 1, 2023 admin

com.ibm.websphere.wim.exception.WIMSystemException: CWWIM4520E The ‘javax.naming.AuthenticationException: [LDAP: error code 49 – 80090308: LdapErr: DSID-0C090417, comment: AcceptSecurityContext error, data 52e, v1db1\u0000]; resolved object com.sun.jndi.ldap.LdapCtx@34982018’ naming exception occurred during

Read More

Posts navigation

Previous 1 2 3 4 … 26 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