Comet Lake: Intels 10-Kerner braucht einen Sockel-Wechsel

Immer noch 14 nm und 125 Watt Verlustleistung, aber zehn Kerne: Anfang 2020 soll Comet Lake erscheinen, so nennt Intel die nächste CPU-Generation intern. Mit ihr wird der Wechsel auf Sockel LGA 1200 erforderlich, denn der bisherige LGA 1151 v2 unterstützt den Chip nicht. (Intel Comet Lake, Prozessor)
Quelle: Golem

Blockchain.com, scaling and saving with Cloud Spanner

As cryptocurrencies have gotten more popular, we’ve seen the birth of thousands of new currencies and, in parallel, just as many platforms to use them on. One prominent example at the forefront of cryptocurrencies is Blockchain, which has helped 39 million cross-platform wallet users in 140 countries worldwide access the crypto ecosystem.Blockchain, a Google Cloud customer, was initially focused on creating tools to understand and use Bitcoin, but the company has since expanded to other cryptocurrencies like Ethereum, Bitcoin Cash, Stellar Lumens and the Paxos Standard. Now, millions of individuals rely on the Blockchain Wallet to secure and use the world’s leading cryptocurrencies.Needless to say, with the size and geographic sprawl of its user base, managing these datasets is no easy feat.Meeting user needs while growing fastSince the company’s inception, Blockchain has used Google Cloud Platform (GCP), adding services wherever the team saw opportunities to meet its evolving needs. While Blockchain maintains some of its own hardware and data centers, it wanted to evolve its approach to managing infrastructure to enhance the security, reliability, and accuracy of information platforms. Blockchain’s flagship products, Blockchain Wallet and Blockchain Explorer, require complicated calculations on hard-to-access data across the massive, decentralized ledgers that underpin cryptocurrency networks. Accessing that data requires complex domain knowledge, technical infrastructure, and development effort, not to mention time to process the entire data chain. This became a major undertaking that required significant in-house IT resources and overhead. To manage these challenges and enhance the user experience across all products and platforms, Blockchain began running infrastructure on Compute Engine instances. Blockchain also chose Cloud Spanner as its database service of choice because this database server could scale fast (with no downtime), and provide high-availability with low operational overhead. Cloud SQL, Stackdriver, and identity management products also make up Blockchain’s cloud infrastructure.Securing user financial dataWith millions of users across the globe relying on Blockchain for information about and access to their funds, it’s no surprise that one of its core values is “Sanctify Security.”“Security is our number one priority,” says Lewis Tuff, head of platform engineering at Blockchain. “Google Cloud goes above and beyond to help protect data, infrastructure, and services from external threats. GCP makes it easy to get the basics of security right. Cloud Identity Access Management (Cloud IAM) and VPC firewall allow Blockchain to lock down access to resources according to the least privilege principle and implement defense in depth within our environment. Leveraging Stackdriver’s logging and monitoring capability enable us to be alerted to any unusual activities in real time.”Blockchain also uses Google’s Cloud Identity-Aware Proxy (Cloud IAP) to control cloud app access through user identity verification and context awareness. It also uses Cloud Key Management Service (Cloud KMS), integrated with Cloud IAP, to manage cryptographic keys for a comprehensive approach.“So many companies would benefit from Cloud IAP,” Tuff adds. “It’s really easy to authenticate and activate applications based on G Suite accounts. That’s huge for us because we have a number of internal and back-office applications that can now be managed through granular, role-based access rights.”Scaling on demand to match large volumes of data When it came time for Blockchain to expand its Explorer offering to include the Ethereum network, it turned to Cloud Spanner, GCP’s strongly consistent, high-availability (up to 99.999% SLA) database service, to accelerate deployment and keep pace as data volumes grew rapidly, while maintaining reliability. Cloud Spanner’s on-demand scalability let Blockchain cut its operational overhead—the company has achieved savings of 30% by replacing its previous database layer with Cloud Spanner. With Cloud Spanner, Blockchain knew it could start small and not have to worry about growth of datasets as its service grew. One example of the scaling power the company has found using GCP is the import and export functionality, which allows them to perform a full restoration of the database in nine hours, instead of one week. That’s essential for the company’s rapid development work, and eliminates the need to ingest the whole chain from the genesis block in each environment.     “That kind of flexibility is really powerful,” says Tuff. “It means we can run our dataset through our environments very easily. We can add nodes as and when required, with high availability and strong consistency across a scalable, distributed database.”Moving forward, Blockchain’s team is strategically preparing for the future of an emerging market, using GCP services to help execute on initiatives across product and engineering.Building out with managed servicesIn addition to expanding its use of Cloud Spanner as a managed database, and Stackdriver Monitoring for logging metrics and analysis, Blockchain is building more microservices with GCP managed services. “It makes sense to see what we can do with GCP products, instead of spinning up our own VMs and managing the whole backup and failover strategy,” says Tuff.He added, “We’re a fast-moving company, so our relationship with Google Cloud has been invaluable. When we needed advice, the Cloud Spanner team talked through our ideas so we could build the right architecture. The team is experienced, knowledgeable, and dedicated to finding the right architecture for your use case. When you come to Google Cloud with a challenge, the team puts all its talent behind finding the best solution.”Learn more about Cloud Spanner, and about other Google Cloud databases here.
Quelle: Google Cloud Platform

10 Reasons Developers Love Docker

Developers ranked Docker as the #1 most wanted platform, #2 most loved platform, and #3 most broadly used platform in the 2019 Stack Overflow Developer Survey. Nearly 90,000 developers from around the world responded to the survey. So we asked the community why they love Docker, and here are 10 of the reasons they shared:
ROSIE the Robot at DockerCon. Her software runs on Docker containers.
 

It works on everyone’s machine. Docker eliminates the “but it worked on my laptop” problem.

“I love docker because it takes environment specific issues out of the equation – making the developer’s life easier and improving productivity by reducing time wasted debugging issues that ultimately don’t add value to the application.” @pamstr_

Takes the pain out of CI/CD. If there is one thing developers hate, it is doing the same thing over and over.

“Docker completely changed my life as a developer! I can spin up my project dependencies like databases for my application in a second in a clean state on any machine on our team! I can‘t not imagine the whole ci/cd-approach without docker. Automate all the stuff? Dockerize it!” @Dennis65560555 

Boosts your career. According to a recent Indeed report, in the last year, job postings listing Docker as a preferred skill have increased almost 50%. And the share of job searches per million including Docker has increased 9,538% since 2014.

Makes cool tech accessible. Whether you’re building your robot, experimenting with AI, or programming a Raspberry Pi, Docker makes it easy to work with interesting new technologies.

“I really find Docker an amazing piece of open platform which lets me to convert my Raspberry Pi’s into CCTV camera using Docker containers, pushing the live streaming data to Amazon Rekognition Service for Deep Learning & Facial Recognition using a single Docker Compose file.” @ajeetsraina (Docker Captain)

Raises productivity. It’s easier to ramp up quickly and there’s less busy-work with Docker.

“With containerized environments, my time from zero to contribution is almost non-existent. Same thing applies when switching to another project with completely different requirements. I can finally spend more time writing code and less time getting to the point of writing code. Oh! And I know it’ll work the same way in my build pipelines and prod!” @mikesir87 (Docker Captain)

Standardize Development + Deployments. Containers drive repeatability across processes, making it easier for both dev and ops, and ultimately driving business value. 

“Docker enables us to standardize our application deployment and development across On-Prem and Cloud platforms. We can now bring more value to our customers faster and standardized.” @idomyowntricks (Docker Captain)

Makes cloud migration easy. Docker runs on all the major cloud providers and operating systems, so apps containterized with Docker are portable across datacenters and clouds.

“Currently Docker is a key piece for migration to the cloud, for that reason is the most wanted and loved platform for the architects and developers ” @herrera_luis10 

Application upgrades are a lot easier. That’s true even for complex applications.

“I switched from Oracle 11g to 12c to 18c using Docker containers a few days ago. It worked absolutely painless on my Windows 10 workstation for testing purposes. I love working this way so much! Thanks Docker!” @dthater 

And, if an app breaks, it’s easy to fix. Rolling back to a known good state is simple with Docker.

“Love it because I broke my local PostgreSQL installation and decided that was the reason to switch to using a Docker compose file. Was up and running again in an hour, haven’t looked back” @J_Kreutzbender 

It’s easy to try out new apps. Testing new applications is much easier when you don’t have to build out infrastructure each time.

“I like @Docker because it allows for lightweight test drives of applications and services.” @burgwyn 
Docker Captain Don Bauer said it best:
“Docker has allows us to fail fearlessly. We can test new things easily and quickly and if they work, awesome. But if they don’t, we didn’t spend weeks or months on it. We might have spent a couple of hours or days.”

10 Reasons Why #Developers Love #DockerClick To Tweet

To find out more:

Get started with Docker Hub – a simple way for individual developers to start exploring Docker developer tools for common dev/test scenarios.
Learn more about Docker for Developers.
Read the Stack Overflow survey results.

The post 10 Reasons Developers Love Docker appeared first on Docker Blog.
Quelle: https://blog.docker.com/feed/

Introducing the new Azure Migrate: A hub for your migration needs

Moving on-premises apps and data to the cloud is a key step in our customers’ migration journey, and we’re committed to helping simplify that process. Earlier this year, we invited customers to participate in the preview of multiple new migration capabilities. Today, I am excited to announce the latest evolution of Azure Migrate, which provides a streamlined, comprehensive portfolio of Microsoft and partner tools to meet migration needs, all in one place.

With the general availability of Azure Migrate, including the new integrated partner experience, Server Assessment, Server Migration, Database Assessment, and Database Migration capabilities, we strive to make the cloud journey even easier for customers. Azure Migrate acts as a central hub for all migration needs and tools from infrastructure to applications to data. We are truly democratizing the migration process with guidance and choice.

New Azure Migrate integrated experience

The new experience provides you access to Microsoft and ISV tools and helps identify the right tool for your migration scenario. To help with large-scale datacenter migrations and cloud transformation projects, we’ve also added end-to-end progress tracking.

New features include:

Guided experience for the most common migration scenarios such as server and database migration, data movement to Azure with Data Box, and migration of applications to Azure App Service
Feature-based grouping and choice of Microsoft and partner tools for the typical phases of the migration process—discovery, assessment, and migration
An integrated experience that ensures continuity and gives you a consistent view of your datacenter assets

Carbonite, Cloudamize, Corent, Device42, Turbonomic, and UnifyCloud are already integrated with Azure Migrate. 

Powerful Server Assessment and Server Migration capabilities

With our new Azure Migrate: Server Assessment service offering, in addition to discovery and assessment of VMware servers, you will now be able to:

Perform large-scale VMware datacenter discovery and assessment for migration. Customers can now discover and assess 35,000 virtual machines (VMs). This is a tremendous scale improvement from the previous limit of 1,500 VMs.
Perform large-scale Hyper-V datacenter discovery and assessment for migration. Customers can now profile Hyper-V hosts with up to 10,000 VMs. You can also bring all your inventory from VMware and Hyper-V in the same Azure Migrate project.
Get performance-based rightsizing, application dependency analysis, migration cost planning, and readiness analysis for both VMware and Hyper-V. You don’t need any agents to perform discovery and assessment with Server Assessment.

Azure Migrate: Server Assessment is free to all Azure customers and will soon add support for physical server discovery and assessment.

Building on our current ability to perform migration of VMware, Hyper-V, Amazon Web Services (AWS), and Google Cloud Platform (GCP) virtual machines and physical servers to Azure, the new Azure Migrate: Server Migration enables:

Agentless migration of VMware VMs to Azure in preview. When you opt to use the new agentless migration method for VMware VMs, you can use the same appliance for discovery, assessment, and migration. Onboard once and execute the entire process seamlessly. You also get OS-agnostic support to help you migrate any client or server OS, including Windows or Linux, that is supported on the Azure platform. This complements the generally available agent-based migration capability.
Agentless migration of Hyper-V VMs to Azure and agent-based migration of physical servers and VMs running on Amazon Web Services or Google Cloud Platform to Azure.
Simplified experience, similar to creating a virtual machine in Azure. The assessment recommendations automatically get applied to the VMs as you start migrating them, especially the rightsizing recommendations that help you optimize servers and save money. This feature works with assessments performed by Azure Migrate: Server Assessment or any integrated partners, such as Cloudamize and Turbonomic.
No-impact migration testing that helps you plan your migration with confidence. You also get zero data loss when you move your applications to Azure.

Azure Migrate: Server Migration is free to all Azure customers. You only pay for the compute and storage that you consume in your Azure subscription.

Geographic availability

The Azure Migrate experience, including Server Assessment, Server Migration, and our integrated set of Microsoft and partner tools, are available starting today in United States, Europe, Asia, and the United Kingdom. You can start by creating an Azure Migrate project in a geography of your choice. We will ensure that metadata associated with your Microsoft and partner scenarios is retained in an Azure datacenter in the geography that you select. Later this month, customers will be able to create their Azure Migrate projects in Australia, Canada, and Japan. You can use a project in any geography to perform migrations to any Azure region of your choice.

You can see the new Azure Migrate, Server Assessment, and Server Migration in action in the videos below.

How to get started with Azure Migrate
How to discover, assess, and migrate VMware VMs to Azure
How to discover, assess, and migrate Hyper-V VMs to Azure

We are innovating faster than ever before so that you can experience the modern capabilities in Azure. Get started with Azure Migrate.
Quelle: Azure