:::: MENU ::::

Howk IT-Dienstleistungen

Howk IT Services – Howk IT-Dienstleistungen

Posts Categorized / Hi Tech

  • Mar 01 / 2019
  • 0
Hi Tech

Elon Musk’s Tesla Model 3 Finally Hits Holy Grail Price Of $35,000

Elon Musk's Tesla Model 3 Finally Hits Holy Grail Price Of $35,000
It’s finally here; the $35,000 Model 3 that Elon Musk first promised nearly three years ago has come to fruition. Tesla announced this afternoon that the Model 3 is finally available to order with a base price of $35,000 before any applicable federal ($3,750) and state rebates.
Previously, the cheapest available Model 3 started at $42,900

  • Feb 28 / 2019
  • 0
Hi Tech

Blog: Automate Operations on your Cluster with OperatorHub.io

Author:
Diane Mueller, Director of Community Development, Cloud Platforms, Red Hat

One of the important challenges facing developers and Kubernetes administrators has been a lack of ability to quickly find common services that are operationally ready for Kubernetes. Typically, the presence of an Operator for a specific service – a pattern that was introduced in 2016 and has gained momentum – is a good signal for the operational readiness of the service on Kubernetes. However, there has to date not existed a registry of Operators to simplify the discovery of such services.

To help address this challenge, today Red Hat is launching OperatorHub.io in collaboration with AWS, Google Cloud and Microsoft. OperatorHub.io enables developers and Kubernetes administrators to find and install curated Operator-backed services with a base level of documentation, active maintainership by communities or vendors, basic testing, and packaging for optimized life-cycle management on Kubernetes.

The Operators currently in OperatorHub.io are just the start. We invite the Kubernetes community to join us in building a vibrant community for Operators by developing, packaging, and publishing Operators on OperatorHub.io.

What does OperatorHub.io provide?

OperatorHub.io is designed to address the needs of both Kubernetes developers and users. For the former it provides a common registry where they can publish their Operators alongside with descriptions, relevant details like version, image, code repository and have them be readily packaged for installation. They can also update already published Operators to new versions when they are released.

Users get the ability to discover and download Operators at a central location, that has content which has been screened for the previously mentioned criteria and scanned for known vulnerabilities. In addition, developers can guide users of their Operators with prescriptive examples of the CustomResources that they introduce to interact with the application.

What is an Operator?

Operators were first introduced in 2016 by CoreOS and have been used by Red Hat and the Kubernetes community as a way to package, deploy and manage a Kubernetes-native application. A Kubernetes-native application is an application that is both deployed on Kubernetes and managed using the Kubernetes APIs and well-known tooling, like kubectl.

An Operator is implemented as a custom controller that watches for certain Kubernetes resources to appear, be modified or deleted. These are typically CustomResourceDefinitions that the Operator “owns.” In the spec properties of these objects the user declares the desired state of the application or the operation. The Operator’s reconciliation loop will pick these up and perform the required actions to achieve the desired state. For example, the intent to create a highly available etcd cluster could be expressed by creating an new resource of type EtcdCluster:

apiVersion: "etcd.database.coreos.com/v1beta2"
kind: "EtcdCluster"
metadata:
name: "my-etcd-cluster"
spec:
size: 3
version: "3.3.12"

The EtcdOperator would be responsible for creating a 3-node etcd cluster running version v3.3.12 as a result. Similarly, an object of type EtcdBackup could be defined to express the intent to create a consistent backup of the etcd database to an S3 bucket.

How do I create and run an Operator?

One way to get started is with the Operator Framework, an open source toolkit that provides an SDK, lifecycle management, metering and monitoring capabilities. It enables developers to build, test, and package Operators. Operators can be implemented in several programming and automation languages, including Go, Helm, and Ansible, all three of which are supported directly by the SDK.

If you are interested in creating your own Operator, we recommend checking out the Operator Framework to get started.

Operators vary in where they fall along the capability spectrum ranging from basic functionality to having specific operational logic for an application to automate advanced scenarios like backup, restore or tuning. Beyond basic installation, advanced Operators are designed to handle upgrades more seamlessly and react to failures automatically. Currently, Operators on OperatorHub.io span the maturity spectrum, but we anticipate their continuing maturation over time.

While Operators on OperatorHub.io don’t need to be implemented using the SDK, they are packaged for deployment through the Operator Lifecycle Manager (OLM). The format mainly consists of a YAML manifest referred to as [ClusterServiceVersion](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/building-your-csv.md) which provides information about the CustomResourceDefinitions the Operator owns or requires, which RBAC definition it needs, where the image is stored, etc. This file is usually accompanied by additional YAML files which define the Operators’ own CRDs. This information is processed by OLM at the time a user requests to install an Operator to provide dependency resolution and automation.

What does listing of an Operator on OperatorHub.io mean?

To be listed, Operators must successfully show cluster lifecycle features, be packaged as a CSV to be maintained through OLM, and have acceptable documentation for its intended users.

Some examples of Operators that are currently listed on OperatorHub.io include: Amazon Web Services Operator, Couchbase Autonomous Operator, CrunchyData’s PostgreSQL, etcd Operator, Jaeger Operator for Kubernetes, Kubernetes Federation Operator, MongoDB Enterprise Operator, Percona MySQL Operator, PlanetScale’s Vitess Operator, Prometheus Operator, and Redis Operator.

Want to add your Operator to OperatorHub.io? Follow these steps

If you have an existing Operator, follow the contribution guide using a fork of the community-operators repository. Each contribution contains the CSV, all of the CustomResourceDefinitions, access control rules and references to the container image needed to install and run your Operator, plus other info like a description of its features and supported Kubernetes versions. A complete example, including multiple versions of the Operator, can be found with the EtcdOperator.

After testing out your Operator on your own cluster, submit a PR to the community repository with all of YAML files following this directory structure. Subsequent versions of the Operator can be published in the same way. At first this will be reviewed manually, but automation is on the way. After it’s merged by the maintainers, it will show up on OperatorHub.io along with its documentation and a convenient installation method.

Want to learn more?

  • Feb 28 / 2019
  • 0
Hi Tech

Qualcomm’s Next Premium Snapdragon SoC Will Integrate 5G Modem In 2020

Qualcomm's Next Premium Snapdragon SoC Will Integrate 5G Modem In 2020
Qualcomm is wasting no time in advancing its 5G implementations for smartphone and PC platforms. The company’s first-generation Snapdragon X50 modems are now shipping in the world’s first 5G smartphones, and the company last week announced its second-generation Snapdragon X55, which will ship in devices next year.
However, while the Snapdragon

  • Feb 28 / 2019
  • 0
Hi Tech

Energizer’s Ridiculous 18,000 mAh Power Brick Doubles As A Cumbersome Phone

Energizer's Ridiculous 18,000 mAh Power Brick Doubles As A Cumbersome Phone
There has been a concerted effort by the smartphone industry at large to slim down handsets and get rid of the bezel, all in attempt to maximize portability. Energizer has decided to take a different approach. The battery maker is at Mobile World Congress showing off a thick phone that double as a power brick, or perhaps we have that backwards.

Either

  • Feb 28 / 2019
  • 0
Hi Tech

Porsche’s Best-Selling Macan Crossover Is Going Fully Electric For 2021

Porsche's Best-Selling Macan Crossover Is Going Fully Electric For 2021
We already know that Porsche is fully committed to electrifying its vehicle lineup. The German automaker has dabbled with hybrid-electric performance vehicles for the past decade, and its first production electric car — the Taycan — is expected to be revealed in production form later this year.
However, the company today just announced

  • Feb 28 / 2019
  • 0
Hi Tech

T-Mobile’s Full 600MHz 5G Network Launches Second Half Of 2019

T-Mobile's Full 600MHz 5G Network Launches Second Half Of 2019
T-Mobile has been talking up its new 600MHz 5G network that will give coverage using different types of bandwidths around the nation. T-Mobile has stated that its 5G network needs all spectrum bands to provide the best coverage. The company says that its millimeter wave (mmWave) tech is for dense urban areas, mid-band is for metropolitan areas,

  • Feb 28 / 2019
  • 0
Hi Tech

Spotify Launches In India With Its Lowest Pricing Ever

Spotify Launches In India With Its Lowest Pricing Ever
The Indian market is one of the fastest growing markets for smartphones, internet users, and other electronic devices. The challenge for device makers and services is that the country is extremely price conscious as many in the nation have lower incomes. A low cost strategy is in part why budget smartphone maker OnePlus was able to beat out

  • Feb 28 / 2019
  • 0
Hi Tech

AT&T Claims That Customers Love Its Fake 5G E Branding And Faster Cellular Speeds

AT&T Claims That Customers Love Its Fake 5G E Branding And Faster Cellular Speeds
AT&T has been hit with backlash from nearly every corner of the tech sphere for its 5G Evolution (5G E) branding, which has almost universally been deemed misleading to customers. In fact, Sprint filed a lawsuit against AT&T over its 5G E campaign, stating in its filing, “AT&T has sought to gain an unfair advantage in the race to 5G by embarking