51 lines
2.1 KiB
ReStructuredText
51 lines
2.1 KiB
ReStructuredText
.. title: Welcome to the DevOps blog
|
|
.. slug: index
|
|
.. date: 2019-06-23
|
|
.. tags:
|
|
.. category:
|
|
.. description:
|
|
.. type: text
|
|
|
|
|
|
What is this ?
|
|
==============
|
|
|
|
This is my humble blog where I post things related to DevOps in hope that I or someone else might benefit from it.
|
|
|
|
|
|
Wait what ? What is DevOps ?
|
|
============================
|
|
|
|
`Duckduckgo <https://duckduckgo.com/?q=what+is+devops+%3F&t=ffab&ia=web&iax=about>`_ define DevOps as:
|
|
|
|
DevOps is a software engineering culture and practice that aims at unifying
|
|
software development and software operation. The main characteristic of the
|
|
DevOps movement is to strongly advocate automation and monitoring at all
|
|
steps of software construction, from integration, testing, releasing to
|
|
deployment and infrastructure management. DevOps aims at shorter development
|
|
cycles, increased deployment frequency, and more dependable releases,
|
|
in close alignment with business objectives.
|
|
|
|
In short, we build an infrastructure that is easily deployable, maintainable and, in all forms, makes the lives of the developers a breeze.
|
|
|
|
|
|
What do you blog about ?
|
|
========================
|
|
|
|
Anything and everything related to DevOps. The field is very big and complex with a lot of different tools and technologies implemented.
|
|
I try to blog about interesting and new things as much as possible, when time permits.
|
|
|
|
Here's a short list of the latest posts.
|
|
|
|
.. post-list::
|
|
:start: 0
|
|
:stop: 3
|
|
|
|
|
|
Projects
|
|
========
|
|
|
|
- `blog.lazkani.io <https://gitlab.com/elazkani/blog.lazkani.io>`_: The DevOps `blog <https://blog.lazkani.io>`_.
|
|
- `weenotify <https://gitlab.com/elazkani/weenotify>`_: an official `weechat <https://weechat.org>`_ notification plugin.
|
|
- `rundeck-resources <https://gitlab.com/elazkani/rundeck-resources>`_: python tool to query resources from different sources and export them into a data structure that `Rundeck <https://www.rundeck.com/open-source>`_ can consume. This tool can be found on `PyPI <https://pypi.org/project/rundeck-resources/>`_.
|
|
- `get_k8s_resources <https://gitlab.com/elazkani/get-k8s-resources>`_: a small python script that returns a list of kubernetes resources.
|