Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diptochakrabarty/kubeadmin
Repository which contains all the required commands and methods with file examples to work with Kubernetes all topics are categorised into folders with examples and commands
https://github.com/diptochakrabarty/kubeadmin
containers docker docker-container docker-image kubernetes kubernetes-cluster kubernetes-deployment kubernetes-service kubernetes-setup namespaces port ssl-certificates ssl-termination
Last synced: 10 days ago
JSON representation
Repository which contains all the required commands and methods with file examples to work with Kubernetes all topics are categorised into folders with examples and commands
- Host: GitHub
- URL: https://github.com/diptochakrabarty/kubeadmin
- Owner: DiptoChakrabarty
- License: mit
- Created: 2020-02-19T12:27:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T15:40:30.000Z (10 months ago)
- Last Synced: 2024-05-01T16:56:22.193Z (6 months ago)
- Topics: containers, docker, docker-container, docker-image, kubernetes, kubernetes-cluster, kubernetes-deployment, kubernetes-service, kubernetes-setup, namespaces, port, ssl-certificates, ssl-termination
- Language: Python
- Homepage:
- Size: 515 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes Commands and Files
- This repository contains the most useful commands to work with kubernetes
- The purpose of this repository is to provide a guide to work with kubernetes
- It also provides step by step instructions to setup or run commands
- Use the repo to debug any errors
- Want to clear the CKA exam [checkout this Repostory](https://github.com/DiptoChakrabarty/CKA-0-to-100-guide)* [Official Docs](https://kubernetes.io/docs/home/)
* [Tutorials](https://kubernetes.io/docs/tutorials/)## Some Video Guides
| Sl No | Topic | Video Link |
| ----- |----- | ------ |
| 1 | Skaffold | [Skaffold | Kubernetes Development made easy | Tech Primers](https://www.youtube.com/watch?v=jnxj4Ma3zpg&t=763s) , [lEasy Kubernetes Development using Skaffold](https://www.youtube.com/watch?v=8_Ozfa7JLEs&t=16s) |
| 2 | ArgoCd | [Argo CD continuous deployment to Kubernetes](https://www.youtube.com/watch?v=HX24uMKmJRw&list=PL34sAs7_26wMW4bWKnMIfEd87aPuw75by), [Argo Project](https://www.youtube.com/playlist?list=PLyicRj904Z9_dGuNs6AN5Khljjn9ssbQ6) |
| 3 | kind | [KinD - Kubernetes Cluster using Docker containers](https://www.youtube.com/watch?v=4p4DqdTDqkk) |
| 4 | fluxcd | [Kubernetes GitOps with Flux CD](https://www.youtube.com/watch?v=OFgziggbCOg&t=744s) , [Supercharge your Kubernetes deployments with Flux v2 and GitHub - Introduction](https://www.youtube.com/watch?v=N6UCKF7JD7k) |
| 5 | Hashicorp Vault | [HashiCorp Vault - How to install and configure HashiCorp Vault](https://www.youtube.com/watch?v=0dduB_cLp1k&t=245s) ,[How to use Hashicorp Vault](https://www.youtube.com/watch?v=OKk3xHdyirE) , [Basic secret injection for microservices on Kubernetes using Vault](https://www.youtube.com/watch?v=jEUyKjEatWg) |## Some Cool Tools
| Sl No | Topic | Description | Installation |
| ----- |----- | ------ | ------ |
| 1 | kubectx | Switch between kubernetes contexts | [Releases](https://github.com/ahmetb/kubectx/releases) |
| 2 | kubens | Switch between kubernetes namespaces | [Releases](https://github.com/ahmetb/kubectx/releases) |