Avinash TietlerforConcept of Kubernetesconcept-of-kubernetes.hashnode.dev·Nov 12, 2024What is Kubernetes? Why it's essential in modern DevOpsWhat is Kubernetes? Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes se...DiscussDevops
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Nov 9, 2024Secrets Management in K8sUsing credentials directly in the Helm chart's values.yaml file is convenient for testing and development, but it's not recommended for production or real-world scenarios due to security risks. In real-world deployments, sensitive information like da...DiscussKubernetes Basics: A Beginner’s GuideKubernetes
Rahul Bansodcompile.hashnode.dev·Nov 8, 2024Understanding REST and its Role in the Kubernetes APIWhen working with Kubernetes, one of the foundational components that developers interact with is the Kubernetes API, a RESTful API. REST (Representational State Transfer) APIs are widely used across various web applications due to their many benefit...DiscussKubernetes
Ashwinashwinrajendran.hashnode.dev·Nov 7, 2024Important Docker Interview QuestionsWhy and when to use Docker? Why: Docker provides a consistent and reproducible environment, ensuring that applications run consistently across different environments. It simplifies deployment, scaling, and management of applications. When: Use Docker...DiscussDockerDocker
Vidhi ChadhaforVidhi Chadhavidhichadha25.hashnode.dev·Nov 5, 2024🔍 Unlocking the Power of Linux: Mastering grep and File Permissions 🚀Introduction Welcome to another deep dive into the vast world of Linux! 🌌 Have you ever felt like finding something in your files was like searching for a needle in a haystack? Or perhaps you’ve struggled to manage file permissions in a shared envir...DiscussLinux
Md. Musfikur Rahman Sifarsifarsblog.hashnode.dev·Nov 4, 2024Kubernetes ArchitectureArchitecture: Video reference: https://youtube.com/watch?v=NYsEPjk4SsU&si=kHo-iindAyVP3yNA 1. Cluster Analogy: A cluster is like a whole organization where multiple teams work together. Explanation: A Kubernetes cluster is the fundamental unit, ma...Discuss#kubernetes #container
Md. Musfikur Rahman Sifarsifarsblog.hashnode.dev·Nov 4, 2024Learning Kubernetes: What and Why?In the world of modern application development, Docker was a groundbreaking solution, making it simple to create, deploy, and run applications within containers. But as organizations scale and applications become more complex, the limitations of Dock...Discuss#kubernetes #container
Promise Dashpromisedash.hashnode.dev·Nov 3, 2024Advanced Docker ConceptsDocker has revolutionized how we build, deploy, and run applications. Beyond the basics, understanding advanced concepts like layers, caching strategies, networks, volumes, and Docker Compose can significantly improve your development workflow. This ...Discuss·1 likeDocker
Kandlagunta Venkata Siva Niranjan ReddyforGetting Started with Kubernetesgetting-started-with-kubernetes.hashnode.dev·Nov 3, 2024Getting Started with Kubernetes: Architecture, and Key Features ExplainedIntroduction Kubernetes (often abbreviated as K8s) is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. Originally developed by Google, Kubernetes has become the lead...DiscussKubernetes
Rahul Bansodcompile.hashnode.dev·Nov 2, 2024Life of a Request in Kubernetes: Understanding API Server Processing with ExamplesIn Kubernetes, each request sent to the API server goes through a detailed, multi-step process that ensures security, compliance, and resource correctness. Let’s explore each stage in processing a request, using an example of creating a new Pod to hi...DiscussKubernetes