VKVipin Kumarindevopschool.hashnode.dev·Mar 9, 2024 · 7 min read100 Kubernetes Diagnostics Commands with KubectlHere is a list of 100 kubectl commands that can be useful for diagnosing issues in a Kubernetes cluster. Cluster Information: 1. Show the Kubernetes version: kubectl version 2. Display cluster information: kubectl cluster-info 3. List all nodes in th...00
VKVipin Kumarindevopschool.hashnode.dev·Nov 18, 2023 · 14 min readHow to Use a Kubernetes External ServiceKubernetes is an open-source platform designed to automate containerized applications and deploy, scale, and manage those applications. In a containerized architecture, applications are packaged along with their dependencies into containers. Kubernet...00
VKVipin Kumarindevopschool.hashnode.dev·Nov 17, 2023 · 4 min readDeploying a Kubernetes Cluster with Amazon EKSKubernetes is one of the widely used Container managed technology, We make k8s cluster which makes it easy to deploy, manage, and scale containerized applications using Kubernetes on AWS Cloud. It is an OpenSource production-ready Container Orchestra...00
VKVipin Kumarindevopschool.hashnode.dev·Nov 3, 2023 · 16 min readSecure AWS VPC using Public and Private SubnetsSecurity is an essential part of software development and if we have infrastructure on AWS, it's our shared responsibility to make our infrastructure secure. AWS provides security out of the box but still, some components require us to do some securi...00