Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Tuesday April 16 2019, @12:31PM   Printer-friendly
from the "vapor"ware dept.

Submitted via IRC for AndyTheAbsurd

Google today launched a set of plugins for popular development environments like IntelliJ and Visual Studio Code that promise to make building cloud-native applications significantly easier. You can’t say ‘cloud-native’ without saying Kubernetes, so it’s no surprise that the focus here is on helping developers build, debug and deploy their code to a Kubernetes cluster right from their IDE.

Typically, Google argues, developers edit, compile and debug their code locally. That’s often just fine, but it can also create issues when the production environment doesn’t quite match the local one. But building containers comes with its own challenges — and nobody really enjoys writing YAML files by hand just to test code. Indeed, the promise here is that the developer doesn’t have to write a single line of YAML.

The promise then, is that you can continue to develop your code just like you used to, while Cloud Code handles all of the work of turning it into a cloud-native application. The tools are also integrated with Google’s DevOps tools like Cloud Build and Stackdriver.

Source: https://techcrunch.com/2019/04/10/google-launches-cloud-code-to-make-cloud-native-development-easier/


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by JoeMerchant on Tuesday April 16 2019, @01:54PM (2 children)

    by JoeMerchant (3937) on Tuesday April 16 2019, @01:54PM (#830390)

    Too much detail for a busy morning, but... does making development easier mean that I can use my 30 years of knowledge refinement in my familiar language(s) and tool chain(s)? or does it mean learning a "new easy" language instead?

    --
    🌻🌻 [google.com]
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Informative) by Pino P on Tuesday April 16 2019, @02:05PM (1 child)

    by Pino P (4721) on Tuesday April 16 2019, @02:05PM (#830398) Journal

    From the featured article: "The service will work for virtually all popular programming languages, including Microsoft’s .NET Core."

    • (Score: 0) by Anonymous Coward on Tuesday April 16 2019, @07:48PM

      by Anonymous Coward on Tuesday April 16 2019, @07:48PM (#830562)

      Just a new way for them to steal your code.