Skip to content
Main Menu
  • Home
  • About

Desk Shell

Technology Makes Life Better!

  • Home
  • About

Category: kubernetes

  • Home
  • kubernetes

a few words about prometheus

2021-05-22 Leon Xie

A few days ago I implemented the horizontal pod auto scaling for our application based on customer metrics in the Kubernetes. During the implementation, I setup a Prometheus server to gather metrics from the application and setup a Prometheus-Adapter to… Read More

kubernetes, prometheushpa, kubernetes, prometheusLeave a comment

crd-install for apiextensions.k8s.io/v1 does not work in helm v2 command

2021-05-052021-05-05 Leon Xie

A few days ago, when I tried to install the below application with the latest helm chart using helm v2 command, I got an error message complaining that the helm chart is a helm v3 chart. https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack After struggling for… Read More

helm, kubernetescrd, helm, kubectl, kubernetesLeave a comment

a few kubectl command examples

2021-04-24 Leon Xie

In this post, I will list a few examples for kubectl comman, which can be referenced in daily work. 1. create tls secret kubectl create secret tls secret-name –cert=/path/to/cert –key=/path/to/key 2. get information from pod get the ready status of… Read More

kubernetesjson path, kubectl, kubernetesLeave a comment

Kubernetes pod termination events

2021-02-102021-02-10 Leon Xie

A few days ago I was assigned a user story to investigate the upgrade of our application in Kubernetes environment without breaking the application servicing customers. One key point in this story is to find out how the Kubernetes pods terminates.… Read More

kuberneteskubernetes, podLeave a comment

remove node from Kubernetes cluster safely

2019-10-09 Leon Xie

Confirm the name of the node you want to remove, and make sure that the pods on the node can be terminated. The pod list can be retrieved using the below command: kubectl get nodes Mark the node as unschedulable… Read More

kuberneteskubernetesLeave a comment

chrome does not use commonName to verify site certificate

2019-09-06 Leon Xie

I showed how to create a self-signed certificate using openssl command line in this post. However, after I created a self-signed certificate using the similar openssl command and deployed the certificate in a Kubernete ingress, I always got a warning… Read More

certificate, kubernetes, opensslcertificate, kubernetes, opensslLeave a comment

在RHEL7上搭建kubernetes 1.11集群

2018-08-052018-08-06 Leon Xie

在RHEL7的虚拟机上搭建一个kubernetes 1.11集群,环境如下 master: 192.168.10.1 node1: 192.168.10.2 node2: 192.168.10.3

docker, kubernetes, linuxdocker, kubernetes, linuxLeave a comment

setup an externally accessible etcd in kubernetes

2018-07-29 Leon Xie

As we know, the IP addresses of pods and services in kubernetes are not accessible from the outside of the kubernetes cluster. In order for an application deployed in kubernetes to be reached from the outside of the kuberenetes, different… Read More

etcd, kubernetesetcd, kubernetesLeave a comment

nslookup in busybox 1.29 does not work in kubernetes

2018-07-252018-07-25 Leon Xie

Recently I was trying to use nslookup in pod initContainers in order to make sure that some services are available during pod startup. However, it didn’t work when I was using nslookup from busybox:1.29. After several tries, the DNS lookup still failed. I… Read More

kuberneteskubernetesLeave a comment

Recent Posts

  • data consistence between cache and database — cache aside
  • an introduction to channels in golang
  • introduce curl command
  • two useful clients about ssh and vnc in ubuntu
  • variable indirect expansion in bash

Recent Comments

  • John on raw.githubusercontent.com的DNS记录被污染了
  • Anonymous on disk block size vs filesystem block size
  • Leon Xie on hello world

Archives

  • March 2024
  • February 2024
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • March 2022
  • February 2022
  • September 2021
  • August 2021
  • July 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • February 2020
  • October 2019
  • September 2019
  • August 2019
  • February 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018

Categories

  • ansible
  • apt
  • bash
  • certificate
  • curl
  • data-struct
  • database
  • debian
  • docker
  • etcd
  • git
  • golang
  • gradle
  • helm
  • iptables
  • java
  • jenkins
  • junit
  • jvm
  • kubernetes
  • linux
  • mariadb
  • maven
  • nginx
  • nodejs
  • npm
  • openssl
  • oracle
  • prometheus
  • python
  • redis
  • rhel
  • robot
  • route
  • rsa
  • springboot
  • sql
  • ssh
  • tls
  • tree
  • ubuntu
  • uncategorized
  • zookeeper

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © All rights reserved.
Education Mind by Axle Themes