Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DevOps - Tools #414

Merged
merged 1 commit into from
May 24, 2024
Merged

DevOps - Tools #414

merged 1 commit into from
May 24, 2024

Conversation

chaanakyaaM
Copy link
Contributor

IMPORTANT: When creating your Pull Request, please use the following format for the title: Category - Resource Name & Section

PR Title samples:

  • Web development - CSS Portal & Tools
  • Web development - Leetcode & Challenges

Closes #371

Description:

Provide a brief description of the pull request

Tools table is added to DevOps category, which contains overall 7 tools for DevOps.

Resource URL:

Insert the URL of the resource you're proposing

<table width="100%">
      <tr>
        <th>Resource</th>
        <th>Description</th>
      </tr>
       <tr>
        <td><a href="https://www.jenkins.io/">Jenkins </a></td>
        <td>Jenkins is an open-source automation server used for building, testing, and deploying software. It enables continuous integration and continuous delivery (CI/CD) pipelines, automating the software development process.</td>
      </tr>
      <tr>
        <td><a href="https://www.docker.com/">Docker</a></td>
        <td>Docker is a containerization platform that allows developers to package applications and their dependencies into containers. These containers can be easily deployed across different environments, providing consistency and efficiency in software delivery.</td>
      </tr>
      <tr>
        <td><a href="https://kubernetes.io/">Kubernetes</a></td>
        <td>Kubernetes is an open-source container orchestration platform used for automating the deployment, scaling, and management of containerized applications. It provides features for deploying, scaling, and managing containerized applications in a flexible and efficient manner.</td>
      </tr>
      <tr>
        <td><a href="https://www.terraform.io/">Terraform</a></td>
        <td>Terraform is a tool used for building, changing, and versioning infrastructure safely and efficiently. It allows infrastructure to be defined using declarative configuration files, enabling infrastructure to be managed programmatically.</td>
      </tr>
      <tr>
        <td><a href="https://prometheus.io/">Prometheus</a></td>
        <td>Prometheus is a alerting toolkit used for collecting and querying metrics from various systems. It provides a flexible query language and powerful alerting capabilities for monitoring the health and performance of applications and infrastructure.</td>
      </tr>
      <tr>
        <td><a href="https://grafana.com/">Grafana</a></td>
        <td>Grafana is a analytics and monitoring platform used for visualizing and analyzing metrics collected by monitoring systems like Prometheus. It provides a rich set of visualization options and dashboards for gaining insights into the performance and behavior of systems.</td>
      </tr>
      <tr>
        <td><a href="https://www.puppet.com/">Puppet</a></td>
        <td>Puppet is a configuration management tool used for automating infrastructure deployment and configuration. It provides a model-driven approach for managing infrastructure, ensuring consistency and compliance across environment</td>
      </tr>   
</table>

Checklist:

Before submitting your pull request, ensure that you have completed the following tasks:

  • I have carefully reviewed and adhered to the contributing guidelines before creating this pull request.
  • I followed the prescribed PR title template. (Check this if you're adding a resource)

fill the bracket with x. Something like this [x]

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@jfmartinz jfmartinz merged commit 783e2e2 into jfmartinz:main May 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡 [FEATURE] - Adding Tools for DevOps
2 participants