Create HP blade iLO user via enclosure


For example, I want to create a new iLO user with all privileges on a old HP Blade server (name: my-old-box/ bay: 8). But I don't know have the access to the box itself. The workaround is to do it via the enclosure (HPENC01) if you have the access. ssh HPENC01 HPENC01> connect server 8 … Continue reading Create HP blade iLO user via enclosure

Understanding Kubernetes


Continue with my previous post 'Docker Infrastructure V1.1', I want to share some my understanding of how Kubernetes works. Logically, there are 3 basic components in Kubernetes. Pod, Relication-controller and Service: Pod: it is the smallest unit in Kubernetes. It contains one or more containers. Replication-controller: It controls and also guarantees the instance numbers of … Continue reading Understanding Kubernetes