Tag: dockerfile

  • Thumbnail for Kubernetes with Multiple CPU Architectures 2 of 2 – Node and Workload

    Kubernetes with Multiple CPU Architectures 2 of 2 – Node and Workload

    The most common server CPU architectures today are amd64 (aka x86_64) and arm64. Although AMD developed the former first, Intel names it as x86_64 (or…

    Read
  • Thumbnail for Kubernetes with Multiple CPU Architectures 1 of 2 – Container Image

    Kubernetes with Multiple CPU Architectures 1 of 2 – Container Image

    While working on a multi-arch Kubernetes cluster, I came across quite a few issues with image logistics and decided to put these issues in a…

    Read
  • Docker storage

    Microservices are all about stateless and ephemeral workloads, and containers are great microservices. This may suggest that that Docker is all about ephemeral storage. In…

    Read
  • Docker components

    The previous post about virtualization and containerization brought up some underlying technologies which Docker build containers on, including: In this post we further discuss the…

    Read
  • Host legacy application in Docker 2 of 2

    My previous notes include some tricks in hosting legacy application in docker. This is a continuation from that work, after 1.5 months… Use Case I…

    Read
  • Automated Deployment Pipeline 3 of 3

    Background We have previously covered a pipeline example with Jenkins calling Ansible to leverage OpenSSH configuration and Ansible inventory. We also discussed a use case…

    Read