Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikashpr/18cse316j-devops

SRMIST Kattankulathur Essentials in Cloud and Devops-18CSE316J lab experiments implemented in various technologies
https://github.com/vikashpr/18cse316j-devops

18cse316j-devops cloud-and-devops-srmist essentials-in-cloud-and-devops-lab srmist srmist-devops srmist-devops-lab vikashpr

Last synced: 15 days ago
JSON representation

SRMIST Kattankulathur Essentials in Cloud and Devops-18CSE316J lab experiments implemented in various technologies

Awesome Lists containing this project

README

        

# 18CSE316J-DEVOPS-LAB

[![Hits](https://hits.sh/github.com/VikashPR/18CSE316-DEVOPS.svg?extraCount=4897)](https://hits.sh/github.com/VikashPR/18CSE316-DEVOPS/)

![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white) ![Linux](https://img.shields.io/badge/Linux-%23FCC624.svg?style=for-the-badge&logo=linux&logoColor=black) ![Terraform](https://img.shields.io/badge/Terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white) ![Ansible](https://img.shields.io/badge/Ansible-%23EE0000.svg?style=for-the-badge&logo=ansible&logoColor=white) ![Docker](https://img.shields.io/badge/Docker-%232496ED.svg?style=for-the-badge&logo=docker&logoColor=white) ![Kubernetes](https://img.shields.io/badge/Kubernetes-%23326CE5.svg?style=for-the-badge&logo=kubernetes&logoColor=white)

| Ex | Topic | Technology | Link |
| --- | ----- | ---------- | ---- |
| 1 | Creation and usage of access keys | AWS | [View➚]( https://github.com/VikashPR/DevOps/blob/main/Ex-2.md ) |
| 2 | Creating IAM user & IAM admin user in AWS | AWS | [View➚]( https://github.com/VikashPR/DevOps/blob/main/Ex-1.md) |
| 3 | Writing & Executing bash Script in Linux | Linux | [View➚]( https://github.com/VikashPR/DevOps/blob/main/Ex-5.md ) |
| 4 | Instance Creation EC2 S3 Lifecycle Configuration | AWS | [View➚]( https://github.com/VikashPR/DevOps/blob/main/Ex-3.md) |
| 5 | Installation of Linux on Virtual box / VMware | Linux | [View➚]( https://github.com/VikashPR/DevOps/blob/main/Ex-4.md ) |
| 6 | Configuring network services to start/stop automatically at boot | Linux | [View➚]( https://github.com/VikashPR/DevOps/blob/main/Ex-6.md ) |
| 7 | Creating/Deploying VMs in AWS using terraform providers | AWS, Terraform | [View➚]( https://github.com/VikashPR/DevOps/blob/main/Ex-7.md ) |
| 8 | Working with terraform providers | AWS, Terraform | [View➚](https://github.com/VikashPR/DevOps/blob/main/Ex-8.md ) |
| 9 | Installation of ansible and deploy playbook to web | Ansible | [View➚](https://github.com/VikashPR/DevOps/blob/main/Ex-9.md ) |
| 10 | Installation of Docker and working with simple docker | Docker | [View➚]( https://github.com/VikashPR/DevOps/blob/main/Ex-10.md ) |
| 11 | Installation of Kubernetes and deploying kubeadm | Kubernetes | [View➚](https://github.com/VikashPR/DevOps/blob/main/Ex-11.md ) |

## More contributions by the same author 🚀
| Subject Code | Subject Name| Repo Link |
| -- | -- | -- |
| 18CSC305J-AI | Artificial Intelligence | [View➚](https://github.com/VikashPR/18CSC305J-AI) |
| 18CSC304J-CD | Compiler Design | [View➚](https://github.com/VikashPR/18CSC304J-CD) |
| 18CSC303J-DBMS | Database management system | [View➚](https://github.com/VikashPR/18CSC303J-DBMS) |

## Credit for being partners in crime



ChatGPT


Github Co-Pilot

## Contribution Guidelines

**Types of Contributions:**
- Pull Requests: Propose new features or changes to existing code. Make sure your code follows our conventions and does not break existing functionality. Test your code thoroughly and add the programming language used and the version.
- Issues: Report bugs or suggest new features. Provide detailed information.

**Contribution Process:**
1. Fork the repository.
2. Clone the forked repository to your local machine.
3. Create a new branch for your changes.
4. Make changes and commit them to your branch.
5. Push your branch to your forked repository.
6. Submit a pull request to the main repository.