Archive | janvier 2nd, 2018

A lire / à écouter / à regarder

14/12/2017

France Culture : L’Invité des Matins (2ème partie) par Guillaume Erner  (24min)
Neutralité du net, hégémonie des GAFA : la démocratie prise dans la toile (2ème partie)

Avec Benjamin Bayart et Sébastien Soriano

https://www.franceculture.fr/emissions/linvite-des-matins-2eme-partie/neutralite-du-net-hegemonie-des-gafa-la-democratie-prise-dans-la-toile-2eme-partie

Podcast France Culture

Podcast France Culture

Posted in Boulot, Clic0 commentaire

Kubernetes (notes VT)

 

Kubernetes

Kubernetes

Kubernetes is Google’s open source system for managing Linux containers across private, public and hybrid cloud environments.

<wikipedia> Kubernetes (commonly referred to as « K8s ») is an open-source system for automating deployment, scaling and management of containerized applications that was originally designed by Google and donated to the Cloud Native Computing Foundation. It aims to provide a « platform for automating deployment, scaling, and operations of application containers across clusters of hosts ». It supports a range of container tools, including Docker.</wikipedia>

Kubernetes automates the deployment, scaling, maintenance, scheduling and operation of multiple application containers across clusters of nodes. Kubernetes contains tools for orchestration, service discovery and load balancing that can be used with Docker and Rocket containers. As needs change, a developer can move container workloads in Kubernetes to another cloud provider without changing the code.

With Kubernetes, containers run in pods. A pod is a basic unit that hosts one or multiple containers, which share resources and are located on the same physical or virtual machine. For each pod, Kubernetes finds a machine with enough compute capacity and launches the associated containers. A node agent, called a Kubelet, manages pods, their containers and their images. Kubelets also automatically restart a container if it fails.

Other core components of Kubernetes include:

  • Master: Runs the Kubernetes API and controls the cluster.
  • Label: A key/value pair used for service discovery. A label tags the containers and links them together into groups.
  • Replication Controller: Ensures that the requested numbers of pods are running to user’s specifications. This is what scales containers horizontally, ensuring there are more or fewer containers to meet the overall application’s computing needs.
  • Service: An automatically configured load balancer and integrator that runs across the cluster.

Containerization is an approach to virtualization in which the virtualization layer runs as an application on top of a common, shared operating system. As an alternative, containers can also run on an OS that’s installed into a conventional virtual machine running on a hypervisor.

Containers are portable across different on-premises and cloud platforms, making them suitable for applications that need to run across various computing environments.

Kubernetes is mainly used by application developers and IT system administrators. A comparable tool to Kubernetes is Docker Swarm, which offers native clustering capabilities.

Posted in Boulot0 commentaire

Infos pratiques Serre Che

Météo :

3 sources pour essayer de fiabiliser le truc (et se faire des faux espoirs et frayeurs avant noël)

Météociel

Météociel

Météociel

Météofrance

Meteociel

Meteociel

Météoblue

MétéoBlue

MétéoBlue

 

Trafic :

Par ou y aller ? Trois possibilités (depuis Lyon) :

  1. Le Lautaret : C’est la voie royale. La plus courte, la plus rapide, la moins chère. Col vraiment facile, suivre direction depuis Grenoble. Attentions dès que les conditions sont pourries, le col est fermé.
  2. Grenoble-Gap-Briançon : c’est souvent la pire solution au moment des chassé-croisés des vacances scolaires; Outre le fait que c’est le trajet le plus long (compter 4h30 si circulation OK), dès que la neige apparait, l’Argentière et le col Bayard sont bien merdiques.
  3. Le Tunnel du Féjus : petit détour par l’Italie, vous y laisserez quelques plumes car le passage coûte 44,90 € + autoroutes françaises à suivre. Attention, deux points de vigilance la gendarmerie vous obligera certainement à chaîner au pied du Col de Mongenèvre (même si vous avez 4 pneus contact – sauf pour le 4×4). Ensuite, il vous faudra parfois 2h30 pour parcourir les 3 derniers kilomètres avant le tunnel

Les cams :

  1. La Cucumelle (Monetier)
  2. Ratier (Chantemerle)
  3. Le Lautaret
  4. Le Bachas / Flocon

Divers :

  1. les remontés mécaniques : abominable, le forfait semaine pour tout le domaine (Monet, La Villeneuve, Chantemerle, Briançon) coûte vraiment une blinde : 250 € !!!
  2. les sorties (ski … pas tatapoum) : ESF Monet, possibilités de cours classiques (bien pratique pour les branlos qui s’imaginent en Luc Alphand et finissent en barquette) et sorties découvertes/hors piste à la journée. Là aussi ça vous coûtera une blinde: 233 € pour les Team Riders (programme mixte piste / free style / hors piste / Fleche 9h00 -13h00 /  jours – génial pour vos petits furieux), 166 € pour 5 x 2,5h de cours adulte classe 4, 85 € pour sortie à la journée

Posted in ski, Vacances0 commentaire