© 2023 Hashnode
#kubernetes-container
Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. Developed by Google, Kubernetes has quickly become t…
What is the change about? Kubernetes is a powerful container orchestration platform that simplifies the management of complex applications. It offers many features and functionalities that allow you t…
When you deploy a containerized application to Kubernetes, you need to specify the container image to use in the container specification of the Kubernetes resource, such as a Deployment or a StatefulS…
People leadership How Microsoft Became Innovative Again The article discusses how Microsoft shifted its culture under CEO Satya Nadella, empowering every person and organization to achieve more. Mi…
Kubernetes is like a magic wand for container orchestration, waving away the complexities of deploying, scaling, and managing your containerized applications. But even with Kubernetes, deployment can …
Congrats🎊🎉 on updating your Deployment yesterday💥🙌 What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like …
Introduction In this tutorial, we will guide you through the process of deploying applications using Kubernetes. We will cover the use of Kubernetes Manifest files to define and deploy multiple Kubernetes objects, including Deployments, Ser…
Purpose The purpose of this blog is to introduce various Kubernetes Objects available as a part of the Kubernetes API in a short and concise manner. This blog is a continuation of my last blog where I…
Labels in Kubernetes are the key-value pair that does not have any predefined meaning and that can be attached to any objects or any resources such as Pod, Deployment, or Node which is mainly used to identify and organize Kubernetes resourc…
Log in to AWS After login into the AWS. Create 3 instances. 1 for the Master node and the other 2 for the worker Node Make sure that the Master node is t2.medium because the master node must have 2 vCPU and 4GB of Ram. Also, ensure that the…