<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Réalisations Techniques on Olivier Lespagnon</title><link>https://olivierlespagnon.com/en/tags/r%C3%A9alisations-techniques/</link><description>Recent content in Réalisations Techniques on Olivier Lespagnon</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 13 Feb 2023 08:06:25 +0600</lastBuildDate><atom:link href="https://olivierlespagnon.com/en/tags/r%C3%A9alisations-techniques/index.xml" rel="self" type="application/rss+xml"/><item><title>Gathering all your service accounts on AWS</title><link>https://olivierlespagnon.com/en/posts/tutorials/gathering-all-service-accounts-in-aws/gathering_svc_python/</link><pubDate>Mon, 13 Feb 2023 08:06:25 +0600</pubDate><guid>https://olivierlespagnon.com/en/posts/tutorials/gathering-all-service-accounts-in-aws/gathering_svc_python/</guid><description>&lt;p&gt;Gathering all services account in an AWS account is an important task for any organization that uses Amazon Web Services (AWS). This task involves retrieving information about all the services that are being used in an AWS account and aggregating it into a single location for better management and monitoring. This can be especially useful for organizations that have multiple AWS accounts and want to centralize their management and monitoring.&lt;/p&gt;</description></item><item><title>How to create and manage your infrastructure using Terraform</title><link>https://olivierlespagnon.com/en/posts/tutorials/how-to-manage-your-infrastructure-using-terraform/terraform_infra/</link><pubDate>Mon, 13 Feb 2023 08:06:25 +0600</pubDate><guid>https://olivierlespagnon.com/en/posts/tutorials/how-to-manage-your-infrastructure-using-terraform/terraform_infra/</guid><description>&lt;p&gt;If in your company you have to manage resources on the cloud where you have surely already wondered how to maintain an architecture plan and ensure that it meets your specifications. what to do if one of your machines goes down, because your links are disconnected, or you need to quickly modify the characteristics of a VM or a server. the miracle solution exists and it&amp;rsquo;s called terraform point with terraform you will be able to use code to write the desired infrastructure regardless of the cloud provider and with a simple command create it terraform point will also detect changes and bring your infrastructure back to the desired status.&lt;/p&gt;</description></item><item><title>Introduction to Kubernetes</title><link>https://olivierlespagnon.com/en/posts/tutorials/introduction-to-kubernetes/get_started_with_k8s/</link><pubDate>Mon, 13 Feb 2023 08:06:25 +0600</pubDate><guid>https://olivierlespagnon.com/en/posts/tutorials/introduction-to-kubernetes/get_started_with_k8s/</guid><description>&lt;p&gt;Kubernetes is an open-source container management system. It was designed to automate the deployment, scaling, and management of container-based applications.&lt;/p&gt;
&lt;h2 id="main-concepts-of-kubernetes"&gt;Main concepts of Kubernetes&lt;/h2&gt;
&lt;p&gt;Kubernetes is based on different concepts that together form a coherent system to carry any application.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Node&lt;/li&gt;
&lt;li&gt;Cluster&lt;/li&gt;
&lt;li&gt;Container&lt;/li&gt;
&lt;li&gt;Pod&lt;/li&gt;
&lt;li&gt;Deployment&lt;/li&gt;
&lt;li&gt;Service&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="node"&gt;Node&lt;/h3&gt;
&lt;p&gt;A node is a physical or virtual machine that is part of a Kubernetes cluster and performs cluster tasks. Each node has an agent software called kubelet, which monitors the state of containers on the node and keeps them running.&lt;/p&gt;</description></item><item><title>Implementing a dynamic secret manager</title><link>https://olivierlespagnon.com/en/posts/r%C3%A9alisations-techniques/hashicorp-vault/hashicorp_vault/</link><pubDate>Sun, 05 Jun 2022 08:06:25 +0600</pubDate><guid>https://olivierlespagnon.com/en/posts/r%C3%A9alisations-techniques/hashicorp-vault/hashicorp_vault/</guid><description>&lt;h2 id="can-you-pass-me-the-credentials-for-aws"&gt;&amp;ldquo;Can you pass me the credentials for AWS?&amp;rdquo;&lt;/h2&gt;
&lt;p&gt;I arrived at LaJavaness in March as a Devops intern. It should be noted that I come from a specialized systems and networks training. So without cloud skills taught in class. But personally it&amp;rsquo;s a domain that always attracted me and after having trained myself as much as possible, here I am in the middle of it.&lt;/p&gt;
&lt;p&gt;LaJavaness is a company that produces AI solutions in the French way. And it has chosen the cloud as its infrastructure solution. This means that many accounts, and users cohabit on many cloud providers. And for each of these entities the permissions that go with it. A so-and-so must be able to access such-and-such a server, while another must not be able to.&lt;/p&gt;</description></item></channel></rss>