Tag: Kubernetes

  • 5 New CNCF Projects To Watch In 2023

    5 New CNCF Projects To Watch In 2023

    Welcome to my Kubernetes blogs. The blogs aim to provide you with effective Kubernetes knowledge and tools that increase efficiency while reducing stress and time to deliver high-quality solutions. Click the follow button to be notified when a new story is released. Let’s get into it… The Cloud Native Computing Foundation (CNCF) was founded in…

  • How to View Kubernetes Pod Logs With Kubectl

    How to View Kubernetes Pod Logs With Kubectl

    Viewing logs in Kubernetes (K8S) is important for troubleshooting and understanding what is happening in the various components of your cluster. In this article, we will focus on how to view pod logs using the kubectl logscommand line tool. What is kubectl? kubectl is a command line tool that allows you to run commands against…

  • Running production workloads in EKS using Spot instances

    Running production workloads in EKS using Spot instances

    Running resilient workloads in EKS using Spot instances Spot Instances Overview A Spot Instance is an instance that uses spare EC2 capacity that is available for less than the On-Demand price (up to 90% cheaper), which makes it a very cost efficient option, but comes with some downsides. Spot Instances are interruptible by AWS EC2…