<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>network Archives | Clever Cloud</title>
	<atom:link href="https://www.clever.cloud/blog/tag/network/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.clever.cloud/blog/tag/network/</link>
	<description>From Code to Product</description>
	<lastBuildDate>Mon, 16 Jun 2025 12:53:54 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://cdn.clever-cloud.com/uploads/2023/03/cropped-cropped-favicon-32x32.png</url>
	<title>network Archives | Clever Cloud</title>
	<link>https://www.clever.cloud/blog/tag/network/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The End of the Fortress Metaphor</title>
		<link>https://www.clever.cloud/blog/guests/2015/06/16/the-end-of-the-fortress-metaphor/</link>
					<comments>https://www.clever.cloud/blog/guests/2015/06/16/the-end-of-the-fortress-metaphor/#comments</comments>
		
		<dc:creator><![CDATA[Geoffroy Couprie]]></dc:creator>
		<pubDate>Tue, 16 Jun 2015 14:04:00 +0000</pubDate>
				<category><![CDATA[Guests]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2015/06/16/the-end-of-the-fortress-metaphor/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://cdn.clever-cloud.com/uploads/2021/08/fortress-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="fortress 1" decoding="async" fetchpriority="high" srcset="https://cdn.clever-cloud.com/uploads/2021/08/fortress-1.jpg 1400w, https://cdn.clever-cloud.com/uploads/2021/08/fortress-1-300x116.jpg 300w, https://cdn.clever-cloud.com/uploads/2021/08/fortress-1-1024x395.jpg 1024w, https://cdn.clever-cloud.com/uploads/2021/08/fortress-1-768x296.jpg 768w, https://cdn.clever-cloud.com/uploads/2021/08/fortress-1-1368x528.jpg 1368w" sizes="(max-width: 1400px) 100vw, 1400px" /></p>This is the most seducing approach in IT security. This is also the worst. For more than 20 years now, people have believed that their network was a fortress, protected from the outside world by firewalls, NAT and DMZ. This idea is obsolete, we must change now.

20 years ago, it was still possible to see internal networks totally open, with every machine directly addressable from Internet. There were enough IPv4 addresses for everybody, the networks were small, life was good. But the security was atrocious: TCP stacks were remotely exploitable, worms were reproducing on corporate networks, internal file servers were publicly available, so people found the easiest way to secure everything on the cheap: isolate the network from the outside world. There's nothing wrong with that approach: it made sense at the time.

As usual when someone finds a small, temporary hack instead of fixing everything, people kept improving it, approaching the local optimum. This led to firewalls on every machine, every network. People discovered that NAT could hide IP addresses, instead of simply allowing IP reuse, and thought it was a security feature. All of the nonsense about DMZ and airgapped networks appeared. Companies were actually selling hardware which would get packets from one network, disconnect (physically) from it, connect to another network, then send the packets. <a href="http://www.infoworld.com/article/2655459/networking/hack-tales--air-gap-networking-for-the-price-of-a-pair-of-sneakers.html">Airgap, yup</a>.

It worked for a time, since a lot of exploits in the 90s focused on remote exploits in operating systems and servers. If you cannot exploit the public face of the network, everything is alright.
<blockquote>The attacker is only one wrong click on a lovingly crafted PDF file away from your network.</blockquote>
<figure data-wp-editing="1"><img id="img" class="gif" src="https://cdn.clever-cloud.com/uploads/2021/08/montypython-play.jpg" width="340" />
<figcaption>Sysadmin taunting hackers</figcaption></figure>
Unfortunately, we cannot think that way anymore. Web applications give too much entry points to your servers. Pivoting from a DMZ server to the internal network is easy, since internal users will also access those web applications. The attacker is only one wrong click on a lovingly crafted PDF file away from your network. Why would you concentrate on firewall rules when phishing is so effective?

Once the attacker is in your network, it is over. Listen to traffic, elevate your privilege, pivot to another machine, impersonate users, traverse the whole network...
<figure data-wp-editing="1">

[caption id="" align="aligncenter" width="340"]<img id="img" src="https://cdn.clever-cloud.com/uploads/2021/08/citadelle.jpg" alt="Traditional IT infrastructure" width="340" height="883" /> Traditional IT infrastructure[/caption]</figure>
The fortress metaphor, where everything behind your firewall is safe and trusted, is dead. Your walls are useful, but not that much when the attacker can get insiders to help him, willingly or unknowingly.

<strong>The goal is not to keep the attacker out of your system. It is to detect the threat, isolate it, find the attacker's path and heal the system.</strong> The attacker may have been in your network for months. How would you be sure he is not there anymore?

There is a much better metaphor than the fortress, now. Think of your system as a city. The city can have walls, but to function properly, it should let people enter and get out. You cannot know precisely if everything in your city is legit. Chances are, someone uses his personal USB key. Someone else connected a WiFi router in his office. People are talking on Facebook, watching porn, using forbidden applications, like modern browsers. You will not be able to catch them, unless repression is your main tool, and this will not help them work. You want to reduce criminality in your city, but you will not eradicate it. You cannot prevent fires, but you can prevent them from spreading too far and too fast.

If you imagine the attacker as already present on your network, you go from plugging holes in one wall, to verifying dependencies and access control between systems. The trusted network approach is flawed, you have to think in terms of authorization from one user/app/machine to the other. The attacker will explore your network from one node to the next connected one, from one access level to the upper one, and try to combine them. <a href="http://blogs.technet.com/b/johnla/archive/2015/04/26/defenders-think-in-lists-attackers-think-in-graphs-as-long-as-this-is-true-attackers-win.aspx">Defenders think in lists, attackers think in graphs</a>. You must <a href="http://blogs.wsj.com/cio/2015/05/11/google-moves-its-corporate-applications-to-the-internet/">assume that the internal network is as dangerous as the Internet</a>.
<blockquote>Assuming that servers will be safer if they are on your own network leads to a false sense of security.</blockquote>
This is also why the nonsense around private cloud has to die. Assuming that servers will be safer on your own network leads to a false sense of security. A system built from scratch to handle the worst of internet has a better chance to survive. What matters is access control granularity around data, users and applications. The network is not a security boundary anymore.

<script type="text/javascript"><br />
  $(function(){<br />
    var image = new Image();<br />
    image.src ='https://cdn.clever-cloud.com/uploads/2021/08/montypython.gif';<br />
    var imageStoped = new Image();<br />
    imageStoped.src ='https://cdn.clever-cloud.com/uploads/2021/08/montypython-play.jpg';<br />
    $('#img.gif').click(function(){<br />
      if ($(this).hasClass('playing')) {<br />
        $(this).removeClass('playing');<br />
        $(this).attr('src',imageStoped.src);<br />
      }<br />
      else {<br />
        $(this).attr('src',image.src);<br />
        $(this).addClass('playing');<br />
      };<br />
    });<br />
});<br />
</script>]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://cdn.clever-cloud.com/uploads/2021/08/fortress-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="fortress 1" decoding="async" srcset="https://cdn.clever-cloud.com/uploads/2021/08/fortress-1.jpg 1400w, https://cdn.clever-cloud.com/uploads/2021/08/fortress-1-300x116.jpg 300w, https://cdn.clever-cloud.com/uploads/2021/08/fortress-1-1024x395.jpg 1024w, https://cdn.clever-cloud.com/uploads/2021/08/fortress-1-768x296.jpg 768w, https://cdn.clever-cloud.com/uploads/2021/08/fortress-1-1368x528.jpg 1368w" sizes="(max-width: 1400px) 100vw, 1400px" /></p>This is the most seducing approach in IT security. This is also the worst. For more than 20 years now, people have believed that their network was a fortress, protected from the outside world by firewalls, NAT and DMZ. This idea is obsolete, we must change now.

20 years ago, it was still possible to see internal networks totally open, with every machine directly addressable from Internet. There were enough IPv4 addresses for everybody, the networks were small, life was good. But the security was atrocious: TCP stacks were remotely exploitable, worms were reproducing on corporate networks, internal file servers were publicly available, so people found the easiest way to secure everything on the cheap: isolate the network from the outside world. There's nothing wrong with that approach: it made sense at the time.

As usual when someone finds a small, temporary hack instead of fixing everything, people kept improving it, approaching the local optimum. This led to firewalls on every machine, every network. People discovered that NAT could hide IP addresses, instead of simply allowing IP reuse, and thought it was a security feature. All of the nonsense about DMZ and airgapped networks appeared. Companies were actually selling hardware which would get packets from one network, disconnect (physically) from it, connect to another network, then send the packets. <a href="http://www.infoworld.com/article/2655459/networking/hack-tales--air-gap-networking-for-the-price-of-a-pair-of-sneakers.html">Airgap, yup</a>.

It worked for a time, since a lot of exploits in the 90s focused on remote exploits in operating systems and servers. If you cannot exploit the public face of the network, everything is alright.
<blockquote>The attacker is only one wrong click on a lovingly crafted PDF file away from your network.</blockquote>
<figure data-wp-editing="1"><img id="img" class="gif" src="https://cdn.clever-cloud.com/uploads/2021/08/montypython-play.jpg" width="340" />
<figcaption>Sysadmin taunting hackers</figcaption></figure>
Unfortunately, we cannot think that way anymore. Web applications give too much entry points to your servers. Pivoting from a DMZ server to the internal network is easy, since internal users will also access those web applications. The attacker is only one wrong click on a lovingly crafted PDF file away from your network. Why would you concentrate on firewall rules when phishing is so effective?

Once the attacker is in your network, it is over. Listen to traffic, elevate your privilege, pivot to another machine, impersonate users, traverse the whole network...
<figure data-wp-editing="1">

[caption id="" align="aligncenter" width="340"]<img id="img" src="https://cdn.clever-cloud.com/uploads/2021/08/citadelle.jpg" alt="Traditional IT infrastructure" width="340" height="883" /> Traditional IT infrastructure[/caption]</figure>
The fortress metaphor, where everything behind your firewall is safe and trusted, is dead. Your walls are useful, but not that much when the attacker can get insiders to help him, willingly or unknowingly.

<strong>The goal is not to keep the attacker out of your system. It is to detect the threat, isolate it, find the attacker's path and heal the system.</strong> The attacker may have been in your network for months. How would you be sure he is not there anymore?

There is a much better metaphor than the fortress, now. Think of your system as a city. The city can have walls, but to function properly, it should let people enter and get out. You cannot know precisely if everything in your city is legit. Chances are, someone uses his personal USB key. Someone else connected a WiFi router in his office. People are talking on Facebook, watching porn, using forbidden applications, like modern browsers. You will not be able to catch them, unless repression is your main tool, and this will not help them work. You want to reduce criminality in your city, but you will not eradicate it. You cannot prevent fires, but you can prevent them from spreading too far and too fast.

If you imagine the attacker as already present on your network, you go from plugging holes in one wall, to verifying dependencies and access control between systems. The trusted network approach is flawed, you have to think in terms of authorization from one user/app/machine to the other. The attacker will explore your network from one node to the next connected one, from one access level to the upper one, and try to combine them. <a href="http://blogs.technet.com/b/johnla/archive/2015/04/26/defenders-think-in-lists-attackers-think-in-graphs-as-long-as-this-is-true-attackers-win.aspx">Defenders think in lists, attackers think in graphs</a>. You must <a href="http://blogs.wsj.com/cio/2015/05/11/google-moves-its-corporate-applications-to-the-internet/">assume that the internal network is as dangerous as the Internet</a>.
<blockquote>Assuming that servers will be safer if they are on your own network leads to a false sense of security.</blockquote>
This is also why the nonsense around private cloud has to die. Assuming that servers will be safer on your own network leads to a false sense of security. A system built from scratch to handle the worst of internet has a better chance to survive. What matters is access control granularity around data, users and applications. The network is not a security boundary anymore.

<script type="text/javascript"><br />
  $(function(){<br />
    var image = new Image();<br />
    image.src ='https://cdn.clever-cloud.com/uploads/2021/08/montypython.gif';<br />
    var imageStoped = new Image();<br />
    imageStoped.src ='https://cdn.clever-cloud.com/uploads/2021/08/montypython-play.jpg';<br />
    $('#img.gif').click(function(){<br />
      if ($(this).hasClass('playing')) {<br />
        $(this).removeClass('playing');<br />
        $(this).attr('src',imageStoped.src);<br />
      }<br />
      else {<br />
        $(this).attr('src',image.src);<br />
        $(this).addClass('playing');<br />
      };<br />
    });<br />
});<br />
</script>]]></content:encoded>
					
					<wfw:commentRss>https://www.clever.cloud/blog/guests/2015/06/16/the-end-of-the-fortress-metaphor/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Handling a Massive TV Effect on Your Website</title>
		<link>https://www.clever.cloud/blog/features/2014/01/13/handling-a-massive-live-tv-effect/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Mon, 13 Jan 2014 00:00:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[workflow]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2014/01/13/handling-a-massive-live-tv-effect/</guid>

					<description><![CDATA[French version below On Saturday 11 January, Denis Payre, the president of &#39;Nous Citoyens&#39; (a new French political movement) was a guest on French presenter Laurent Ruquier&#39;s show, &#39;On n&#39;est pas couché.&#39; This new french political movement has been officially launched on the 10th of october 2013, and allow its members to be part of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>French version below</em></p>
<p>On Saturday 11 January, Denis Payre, the president of &#39;<a href="http://www.nouscitoyens.fr">Nous Citoyens</a>&#39; (a new French political movement) was a guest on French presenter Laurent Ruquier&#39;s show, &#39;On n&#39;est pas couché.&#39;</p>
<p>This new french political movement has been officially launched on the 10th of october 2013, and allow its members to be part of it, thanks to its collaborative website, developed by the parisian web agency <a href="http://www.sooyoos.com/">Sooyoos</a>.</p>
<p><span id="more-2846"></span></p>
<p>Coded with PHP, a few configuration steps on Clever Cloud made by Sooyoos were needed to get the app ready for the TV broadcast.</p>
<p>Usually, the app runs on a 2GB and 2CPU scaler type (scalers are the equivalent of instances on Clever Cloud). But the TV audience brought 2 massive peaks of visits.</p>
<p>Around midnight, the webapp scaled from a L scaler size to a XXXL scaler size (8 CPU, 16GB of RAM), in a few seconds.</p>
<p><center></p>
<figure>
    <img decoding="async" height="180" src="https://www2.cleverapps.io/app/uploads/2021/08/traffic-peak.png"><figcaption>The trafic peak recorded at 0h15.</figcaption></figure>
<p></center></p>
<p>In most cases, media exposure of this kind (over 30 mins for Nous Citoyens here) leads to a huge load on the servers of the sites concerned, causing slowing down, and in the worst cases, periods of unavailability. For those who are lucky enough to be able to foresee such a load, the solution is to prepare a migration of the site to a more suitable infrastructure.</p>
<p>Unfortunately, this is not always the case. Because some companies fell victim to the &quot;Capital effect&quot; (&#39;Capital&#39; is a popular magazine program on the French TV channel, M6). According to social networks, some of them often acknowledged several minutes of unavailability during the program.</p>
<p>However, the Nous Citoyens website, hosted on Clever Cloud, remained perfectly stable throughout Denis Payre&#39;s interview on France 2, and that despite the increase in traffic due to the millions of television viewers.</p>
<p>Clever Cloud, therefore, managed the increased load without problem, thanks to an automatic attribution of resources to the infrastructure of NousCitoyens.fr.</p>
<hr id="french">
<p><em>Version française</em></p>
<p>Samedi 11 janvier, Denis Payre le président de <a href="http://www.nouscitoyens.fr">Nous Citoyens</a>, un nouveau mouvement politique, a été reçu dans l&#39;émission de Laurent Ruquier &quot;<a href="http://www.france2.fr/emissions/on-n-est-pas-couche/videos/94952658">On n’est pas couché</a>&quot;.</p>
<p>Lancé officiellement le jeudi 10 octobre et déjà fort de plusieurs milliers d&#39;adhérents, Nous Citoyens propose à tous de devenir acteur du mouvement, notamment grâce à sa plateforme web collaborative conçue par l&#39;agence parisienne <a href="http://www.sooyoos.com/">Sooyoos</a>.</p>
<p>Développée en PHP, celle-ci repose sur Clever Cloud pour son hébergement. Avec quelques réglages simples, l&#39;agence Sooyoos a pu être en mesure de préaprer le site de Nous Citoyens à l&#39;émission de France 2, où était invité Denis Payre.</p>
<p>En temps normal, la plateforme repose sur une scaler (équivalent d&#39;instances chez Clever Cloud) de taille &quot;Large&quot;, soit 2Go de RAM et 2 vCPU dédiés. Mais face à la forte médiatisation, 2 grands pics d&#39;audience ont été enregistrés.</p>
<p>À partir de minuit, l&#39;application a migrée d&#39;une instance de taille &#39;L&#39; jusqu&#39;à &#39;XXXL&#39; (8 CPU, 16Go de RAM), en passant par les tailles intermédiaires, puis est redescendue petit à petit vers sa taille d&#39;instance habituelle.</p>
<p><center></p>
<figure>
    <img decoding="async" height="180" src="https://www2.cleverapps.io/app/uploads/2021/08/traffic-peak.png"><figcaption>Le pic de trafic rencontré à 0h15 pour NousCitoyens.fr</figcaption></figure>
<p></center></p>
<p>Dans la plupart des cas, une telle exposition médiatique (ici plus de 45 minutes pour Nous Citoyens) entraîne une charge momumentale sur les serveurs des sites web concernés causant des ralentissments, et dans le pire des cas, une indisponibilité.</p>
<p>En revanche, hébergé sur Clever Cloud, le site de Nous Citoyens est resté parfaitement stable tout au long de l&#39;interview de Denis Payre sur France 2, et ce malgré la montée conséquente du trafic due aux millions de téléspectateurs.</p>
<p>Malheuresement, il n&#39;en va pas de même pour tout le monde, certaines entreprises étant victimes de “l&#39;Effet Capital” par exemple sur M6, résultant en ralentissments ou indisponibilité de quelques minutes au cours de l&#39;émission. Pour ceux qui ont la chance de prévoir une telle charge, la solution est de prépaprer une migration du site sur une infrastructure adaptée.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Is dotscale another boring cloud conference?</title>
		<link>https://www.clever.cloud/blog/company/2013/06/04/dotscale-conference/</link>
		
		<dc:creator><![CDATA[Adrien Cretté]]></dc:creator>
		<pubDate>Tue, 04 Jun 2013 00:00:00 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[dotConferences]]></category>
		<category><![CDATA[dotScale]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Paris]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2013/06/04/dotscale-conference/</guid>

					<description><![CDATA[Lire la version française The dotConferences are always crazy. The first one of 2013 is the dotScale one. This cloud conference dedicated to developers takes place the 7th and 8th June 2013. The attracting mix is still the same : the best tech speakers in an amazing environment, the Paris “théâtre des variétés”. There are [&#8230;]]]></description>
										<content:encoded><![CDATA[<div style="margin:0 auto 20px; width:200px">
  <a href="https://www2.cleverapps.io/app/uploads/2021/08/dotscale.png" rel="noopener noreferrer" target="_blank"><br />
    <img decoding="async" alt="dotscale" src="https://www2.cleverapps.io/app/uploads/2021/08/dotscale.png"><br />
  </a>
</div>
<p><em><a href="#fr">Lire la version française</a></em></p>
<p>The <a href="http://www.dotconferences.eu/" rel="noopener noreferrer" target="_blank">dotConferences</a> are always crazy. The first one of 2013 is the <a href="http://www.dotscale.eu/" rel="noopener noreferrer" target="_blank">dotScale</a> one. This cloud conference dedicated to developers takes place the 7th and 8th June 2013. The attracting mix is still the same : the best tech speakers in an amazing environment, the Paris “théâtre des variétés”. There are some new speakers and we are very proud to see our CEO Quentin Adam being part of them.</p>
<p><span id="more-2722"></span></p>
<h3 id="no-marketing-speeches-no-buzzword-cover-ups">&quot;No marketing speeches, no buzzword cover-ups&quot;</h3>
<p>Why is the dotScale so special and interesting ? For us, it is the concept itself: a conference which gives a voice to hardcore developers, more specially to those who work hard to offer innovative cloud solutions.</p>
<div style="width:200px; float:right; clear:both">
  <a href="https://www2.cleverapps.io/app/uploads/2021/08/dotscale.png" rel="noopener noreferrer" target="_blank"><br />
    <img decoding="async" alt="dotscale" src="https://www2.cleverapps.io/app/uploads/2021/08/theatre-varietes.jpeg"><br />
  </a><br />
  <em style="text-align: center">Where the magic takes place.</em>
</div>
<h3 id="the-tech-conference-to-supersize-your-apps">The tech conference to supersize your apps</h3>
<p>This event’s goal is to offer an affordable and unique conference to the developpers. It&#39;s also the occasion to understand the technical choices of the platforms they use for their own apps. Thereafter optimise them in order to make them <strong>more scalable</strong> by taking full advantage of the underlying platform.</p>
<h3 id="some-of-the-best-speakers-you-could-expect">Some of the best speakers you could expect</h3>
<p>As we mentionned at the beginning of the article, Quentin will be a part of the event as a speaker. He will introduce Clever Cloud to the devs. The complete list of speakers is on the <a href="http://www.dotscale.eu/" rel="noopener noreferrer" target="_blank">website</a>. Finally, just know that some workshops will occur the day after the conferences (8th June).</p>
<p>We also wanted to thank Sylvain Zimmer for having contacted us <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><a id="fr"></p>
<hr>
<p></a></p>
<p><em>Version française</em></p>
<p>Les <a href="http://www.dotconferences.eu/" rel="noopener noreferrer" target="_blank">dotConferences</a> sont toujours incroyables. Cette année, la première est la <a href="http://www.dotscale.eu/" rel="noopener noreferrer" target="_blank">dotScale</a>, la conférence cloud dédiée aux développeurs qui aura lieu les 7 et 8 juin 2013. La recette ne diffère pas énormément: le meilleur de la technique dans un décor incroyable, à savoir le théâtre des variété de Paris. Pour cette édition dédiée au cloud, nous sommes très fier d&#39;y voir Quentin Adam (CEO de Clever Cloud).</p>
<h3 id="pas-de-discours-marketing-pas-de-couverture-de-buzz">Pas de discours marketing, pas de couverture de buzz</h3>
<p>Ce qui rend la dotScale si spéciale (et si intéressante à nos yeux) c&#39;est son concept lui même: proposer une conférence qui donne la parole aux <em>hard développeurs</em>, en clair à ceux qui mettent les mains dans le cambouis pour proposer des solutions cloud innovantes.</p>
<h3 id="la-conférence-technique-pour-maximiser-vos-apps">La conférence technique pour maximiser vos apps</h3>
<p>L&#39;objectif de cet évènement est de présenter une conférence pour les développeurs, abordable et unique. C&#39;est aussi l&#39;occasion de comprendre les choix techniques des plateformes qu&#39;ils utilisent pour leur propres applications et donc de les optimiser, de les rendre <strong>plus scalables</strong>.</p>
<h3 id="les-meilleurs-speakers-seront-présents">Les meilleurs speakers seront présents</h3>
<p>Comme nous l&#39;avons évoqué au début de ce billet, Quentin participe à l&#39;évènement en tant que speaker. Il y présentera Clever Cloud aux développeurs. Pour connaître la liste des speakers présents, rendez-vous sur <a href="http://www.dotscale.eu/" rel="noopener noreferrer" target="_blank">le site de l&#39;évènement</a>.</p>
<p>Sachez également que pour cette édition aussi des ateliers auront lieux le lendemain des conférences (le 8 juin).</p>
<p>Nous souhaitions enfin remercier Sylvain Zimmer de nous avoir sollicité <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Introducing Databases as a Service on Clever Cloud</title>
		<link>https://www.clever.cloud/blog/features/2013/05/02/external-db/</link>
		
		<dc:creator><![CDATA[Adrien Cretté]]></dc:creator>
		<pubDate>Thu, 02 May 2013 00:00:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[workflow]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2013/05/02/external-db/</guid>

					<description><![CDATA[French version below Another kind of &#8216;external&#8217; DBs Until now, databases hosted on Clever Cloud were only available from within the hosted apps. Since it was impossible to use external DB management software, it was a bit cumbersome to import or export data. This era is over: right now, the services are available from outside! [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>French version below</em></p>
<div class="pull-right" style="margin-bottom:20px;margin-left:5px; width:200px">
  <img decoding="async" alt="server" src="https://www2.cleverapps.io/app/uploads/2021/08/headquarters.jpg"/></p>
<div style="text-align:center;font-style:italic">Another kind of &#8216;external&#8217; DBs</div>
</div>
<p>Until now, databases hosted on Clever Cloud were only available from within the hosted apps. Since it was impossible to use external DB management software, it was a bit cumbersome to import or export data.</p>
<p><span id="more-2844"></span></p>
<p>This era is over: right now, the services are available from outside!</p>
<p>Indeed, it means you will be able to use your favorite DB management tool. If you want to use our platform simply for host a database or if you have to access to your db for initial setup or migration, you can.<br />It also means you can use Clever Cloud as a pure <strong>Database as a Service</strong> (DBaaS) provider.</p>
<p>The current form (only available from within Clever Cloud apps) is<br />&quot;<em>dbname.engine</em>.internal&quot; (eg &quot;<em>customers.my</em>.internal&quot;).</p>
<p>The new domain names will follow this pattern:<br />&quot;<em>dbname.engine</em>.clvrcld.net&quot; (eg &quot;<em>customers.mysql</em>.clvrcld.net&quot;).</p>
<p>As for the ports, they stay the same (3306 for MySQL, 5432 for PostgreSQL).</p>
<p>Old domain names remain active for now (no sunset date is planned yet), but we strongly encourage you to make the switch.</p>
<p>We will indicate a date for the end of the internal databases services later.</p>
<p>The support remains at your service to help you tomigrate from .internal to clvrcld.net in your code.</p>
<p>Don&#39;t hesitate ton contact the <a href="mailto:support@clever-cloud.com">support</a> for more precisions <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<hr id="french">
<p><em>Version française</em></p>
<h2 id="lancement-des-databases-as-a-service-sur-clever-cloud">Lancement des <em>Databases as a Service</em> sur Clever Cloud</h2>
<p>Jusqu&#39;ici les bases de données hébergées dans Clever Cloud n&#39;étaient utilisables que depuis l&#39;application hébergée. Il était alors impossible d&#39;utiliser un outil de gestion de base de données externe, ce qui était fastidieux notamment pour les imports/exports.</p>
<p>Cette ère est révolue: désormais, les services sont accessible depuis l&#39;extérieur !</p>
<p>Concrètement, cela signifie qu&#39;il sera possible d&#39;utiliser l&#39;outil de management de votre choix. Si vous souhaitez utiliser notre plateforme uniquement pour héberger une base de données ou si vous devez accéder à votre base depuis l’extérieur pour l&#39;amorçage ou la migration de vos données, c&#39;est désormais possible.<br />Clever Cloud devient donc aussi fournisseur <strong>Database as a Service</strong> (DBaaS) !</p>
<p>La forme actuelle (seulement accessible depuis les applications Clever Cloud) est:<br />&quot;<em>dbname.engine</em>.internal&quot; (ex &quot;<em>clients.my</em>.internal&quot;).</p>
<p>Les nouveaux noms de domaine adopteront désormais cette forme:<br />&quot;<em>dbname.engine</em>.clvrcld.net&quot; (ex &quot;<em>clients.mysql</em>.clvrcld.net&quot;).</p>
<p>En ce qui concerne les ports, ils restent les même (3306 for MySQL, 5432 for PostgreSQL).</p>
<p>Nous préciserons une date de fin des services des bases de données internes ultérieurement.</p>
<p>Le support reste à votre service pour vous aider à migrer de .internal vers le clvrcld.net dans votre code.</p>
<p>N&#39;hésitez pas à contacter le <a href="mailto:support@clever-cloud.com">support</a> pour plus de précisions <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
