Skip to content

This repository contains YAML files and documentation of the steps and commands I performed during my learning of Kubernetes.

Notifications You must be signed in to change notification settings

sachdev27/Learning-Kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Learning Repository

This repository contains YAML files and documentation of the steps and commands I performed during my learning of Kubernetes.

Check the Azure readme for the Azure configuration and the steps I followed to deploy the cluster.

Introduction

Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It provides a platform-agnostic way to deploy and manage applications in a containerized environment. Kubernetes abstracts away the underlying infrastructure and provides a consistent API to manage containers across multiple environments.

This repository is intended to document my kubernetes-learning through the course of the KodeKloud CKA course through creating a Kubernetes cluster on Azure from scratch using Kubeadm.

Contents

The repository contains the following:

  • YAML files: These are configuration files for deploying Kubernetes resources such as pods, services, deployments, and more.
  • Documentation: This includes guides and yaml files on how to deploy and manage Kubernetes resources using the command line interface (CLI).

How to Use This Repository

To use this repository, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/kubernetes-learning.git
  1. Navigate to the repository:
cd kubernetes-learning
  1. Browse the YAML files and documentation to learn how to deploy and manage Kubernetes resources.

  2. Follow the step-by-step guides in the kubernetes documentation to deploy and manage Kubernetes resources using the CLI using the yaml file in this repository.

Contributing

If you find any errors or want to contribute to this repository, please submit a pull request or open an issue.

Conclusion

This repository provides a starting point for learning Kubernetes. It contains YAML files and documentation that can help you understand how to deploy and manage Kubernetes resources. Feel free to use this repository as a reference or starting point for your own Kubernetes projects.

About

This repository contains YAML files and documentation of the steps and commands I performed during my learning of Kubernetes.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages