Tag: orchestration

  • Basic kubectl CLI Commands

    kubectl kubectl controls the Kubernetes cluster manager. where command, TYPE, NAME, and flags are: Note Flags that you specify from the command line override default values and any corresponding environment variables. Reference https://kubernetes.io/docs/reference/kubectl/overview/

  • Basic of Kubernetes

    Why Kubernetes With modern web services, users expect applications to be available 24/7, and developers expect to deploy new versions of those applications several times a day. Containerization helps package software to serve these goals, enabling applications to be released and updated without downtime. Kubernetes helps you make sure those containerized applications run where and…

  • Basic Docker CLI Commands

    docker run docker ps docker images docker image docker container docker system docker compose Reference https://docs.docker.com/reference/